GoogleCloudDataplexV1ZoneResourceSpec.fromJson constructor

GoogleCloudDataplexV1ZoneResourceSpec.fromJson(
  1. Map json_
)

Implementation

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