GoogleCloudDialogflowV2EncryptionSpec.fromJson constructor

GoogleCloudDialogflowV2EncryptionSpec.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowV2EncryptionSpec.fromJson(core.Map json_)
  : this(
      kmsKey: json_['kmsKey'] as core.String?,
      name: json_['name'] as core.String?,
    );