GoogleCloudDatacatalogV1GraphSpecGraphElementTableGraphNodeReference.fromJson constructor
GoogleCloudDatacatalogV1GraphSpecGraphElementTableGraphNodeReference.fromJson(
- Map json_
Implementation
GoogleCloudDatacatalogV1GraphSpecGraphElementTableGraphNodeReference.fromJson(
core.Map json_,
) : this(
edgeTableColumns: (json_['edgeTableColumns'] as core.List?)
?.map((value) => value as core.String)
.toList(),
nodeAlias: json_['nodeAlias'] as core.String?,
nodeTableColumns: (json_['nodeTableColumns'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);