GoogleCloudDatacatalogV1VertexDatasetSpec.fromJson constructor

GoogleCloudDatacatalogV1VertexDatasetSpec.fromJson(
  1. Map json_
)

Implementation

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