ListHostGroupsResponse constructor

ListHostGroupsResponse({
  1. List<HostGroup>? hostGroups,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

ListHostGroupsResponse({
  this.hostGroups,
  this.nextPageToken,
  this.unreachable,
});