GoogleCloudDataplexV1LakeMetastore.fromJson constructor

GoogleCloudDataplexV1LakeMetastore.fromJson(
  1. Map json_
)

Implementation

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