toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (cmekKeyName != null) 'cmekKeyName': cmekKeyName!,
if (disableSearch != null) 'disableSearch': disableSearch!,
if (encryptionType != null) 'encryptionType': encryptionType!,
if (vertexLocation != null) 'vertexLocation': vertexLocation!,
};