GoogleCloudDataprocV1WorkflowTemplateEncryptionConfig.fromJson constructor

GoogleCloudDataprocV1WorkflowTemplateEncryptionConfig.fromJson(
  1. Map json_
)

Implementation

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