GoogleCloudDataplexV1ZoneResourceSpec.fromJson constructor

GoogleCloudDataplexV1ZoneResourceSpec.fromJson(
  1. Map json_
)

Implementation

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