toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final cmekKeyName = this.cmekKeyName;
final disableSearch = this.disableSearch;
final encryptionType = this.encryptionType;
final vertexLocation = this.vertexLocation;
return {
'cmekKeyName': ?cmekKeyName,
'disableSearch': ?disableSearch,
'encryptionType': ?encryptionType,
'vertexLocation': ?vertexLocation,
};
}