ListGroupResourcesOutput constructor
ListGroupResourcesOutput({
- String? nextToken,
- List<
QueryError> ? queryErrors, - List<
ResourceIdentifier> ? resourceIdentifiers, - List<
ListGroupResourcesItem> ? resources,
Implementation
ListGroupResourcesOutput({
this.nextToken,
this.queryErrors,
this.resourceIdentifiers,
this.resources,
});