ListAssetsResponse constructor
ListAssetsResponse({
- List<
ListAssetsResult> ? listAssetsResults, - String? nextPageToken,
- String? readTime,
- int? totalSize,
Implementation
ListAssetsResponse({
this.listAssetsResults,
this.nextPageToken,
this.readTime,
this.totalSize,
});