ListCollectionIdsRequest constructor
ListCollectionIdsRequest({
- int? pageSize,
- String? pageToken,
- String? readTime,
- RequestOptions? requestOptions,
Implementation
ListCollectionIdsRequest({
this.pageSize,
this.pageToken,
this.readTime,
this.requestOptions,
});