GoogleCloudDatacatalogV1VertexDatasetSpec.fromJson constructor
GoogleCloudDatacatalogV1VertexDatasetSpec.fromJson(
- Map json_
Implementation
GoogleCloudDatacatalogV1VertexDatasetSpec.fromJson(core.Map json_)
: this(
dataItemCount: json_['dataItemCount'] as core.String?,
dataType: json_['dataType'] as core.String?,
);