GoogleCloudDatacatalogV1GraphSpecGraphElementTableProperty.fromJson constructor
GoogleCloudDatacatalogV1GraphSpecGraphElementTableProperty.fromJson(
- Map json_
Implementation
GoogleCloudDatacatalogV1GraphSpecGraphElementTableProperty.fromJson(
core.Map json_,
) : this(
name: json_['name'] as core.String?,
type: json_['type'] as core.String?,
);