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