GoogleCloudDataplexV1ListContentResponse constructor

GoogleCloudDataplexV1ListContentResponse({
  1. List<GoogleCloudDataplexV1Content>? content,
  2. String? nextPageToken,
})

Implementation

GoogleCloudDataplexV1ListContentResponse({
  this.content,
  this.nextPageToken,
});