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