ListAssetsResponse constructor

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

Implementation

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