ListHubSpokesResponse constructor

ListHubSpokesResponse({
  1. String? nextPageToken,
  2. List<Spoke>? spokes,
  3. List<String>? unreachable,
})

Implementation

ListHubSpokesResponse({this.nextPageToken, this.spokes, this.unreachable});