ListAssetsResponse constructor

ListAssetsResponse({
  1. List<Asset>? assets,
  2. String? nextPageToken,
  3. String? readTime,
})

Implementation

ListAssetsResponse({
  this.assets,
  this.nextPageToken,
  this.readTime,
});