GoogleCloudIntegrationsV1alphaCloudKmsConfig.fromJson constructor

GoogleCloudIntegrationsV1alphaCloudKmsConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudIntegrationsV1alphaCloudKmsConfig.fromJson(core.Map json_)
    : this(
        key: json_['key'] as core.String?,
        keyVersion: json_['keyVersion'] as core.String?,
        kmsLocation: json_['kmsLocation'] as core.String?,
        kmsProjectId: json_['kmsProjectId'] as core.String?,
        kmsRing: json_['kmsRing'] as core.String?,
      );