GoogleCloudDataplexV1ListAssetsResponse constructor
GoogleCloudDataplexV1ListAssetsResponse({
- List<
GoogleCloudDataplexV1Asset> ? assets, - String? nextPageToken,
Implementation
GoogleCloudDataplexV1ListAssetsResponse({
this.assets,
this.nextPageToken,
});