GoogleCloudAiplatformV1ListMetadataSchemasResponse constructor
GoogleCloudAiplatformV1ListMetadataSchemasResponse({
- List<
GoogleCloudAiplatformV1MetadataSchema> ? metadataSchemas, - String? nextPageToken,
Implementation
GoogleCloudAiplatformV1ListMetadataSchemasResponse({
this.metadataSchemas,
this.nextPageToken,
});