GroupAssetsRequest constructor

GroupAssetsRequest({
  1. String? compareDuration,
  2. String? filter,
  3. String? groupBy,
  4. int? pageSize,
  5. String? pageToken,
  6. String? readTime,
})

Implementation

GroupAssetsRequest({
  this.compareDuration,
  this.filter,
  this.groupBy,
  this.pageSize,
  this.pageToken,
  this.readTime,
});