GoogleCloudDataprocV1WorkflowTemplateEncryptionConfig.fromJson constructor
GoogleCloudDataprocV1WorkflowTemplateEncryptionConfig.fromJson(
- Map json_
Implementation
GoogleCloudDataprocV1WorkflowTemplateEncryptionConfig.fromJson(core.Map json_)
: this(
kmsKey: json_['kmsKey'] as core.String?,
);