ListInstancesInstanceGroupsRequest constructor
ListInstancesInstanceGroupsRequest({})
Implementation
ListInstancesInstanceGroupsRequest({
this.filter,
required this.instanceGroup,
required this.instanceGroupsListInstancesRequestResource,
this.maxResults,
this.orderBy,
this.pageToken,
required this.project,
this.returnPartialSuccess,
required this.zone,
}) : super(fullyQualifiedName);