ListAssetsResponse constructor

ListAssetsResponse({
  1. List<AssetShallow>? assets,
  2. String? nextToken,
})

Implementation

ListAssetsResponse({
  this.assets,
  this.nextToken,
});