NodeGroupsListNodes constructor
NodeGroupsListNodes({
- String? id,
- List<
NodeGroupNode> ? items, - String? kind,
- String? nextPageToken,
- String? selfLink,
- NodeGroupsListNodesWarning? warning,
Implementation
NodeGroupsListNodes({
this.id,
this.items,
this.kind,
this.nextPageToken,
this.selfLink,
this.warning,
});