GoogleCloudAiplatformV1ListMetadataSchemasResponse constructor

GoogleCloudAiplatformV1ListMetadataSchemasResponse({
  1. List<GoogleCloudAiplatformV1MetadataSchema>? metadataSchemas,
  2. String? nextPageToken,
})

Implementation

GoogleCloudAiplatformV1ListMetadataSchemasResponse({
  this.metadataSchemas,
  this.nextPageToken,
});