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