ListCollectionsResponse constructor
ListCollectionsResponse({
- String? nextPageToken,
- List<
Collection> ? resources,
Implementation
ListCollectionsResponse({this.nextPageToken, this.resources});