GoogleCloudDataplexV1ZoneResourceSpec.fromJson constructor
GoogleCloudDataplexV1ZoneResourceSpec.fromJson(
- Map json_
Implementation
GoogleCloudDataplexV1ZoneResourceSpec.fromJson(core.Map json_)
: this(
locationType: json_.containsKey('locationType')
? json_['locationType'] as core.String
: null,
);