toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final customerKmsKeyVersion = this.customerKmsKeyVersion;
final googleKeyAlgorithm = this.googleKeyAlgorithm;
final googlePublicKeyPem = this.googlePublicKeyPem;
final serializedApprovalRequest = this.serializedApprovalRequest;
final signature = this.signature;
return {
'customerKmsKeyVersion': ?customerKmsKeyVersion,
'googleKeyAlgorithm': ?googleKeyAlgorithm,
'googlePublicKeyPem': ?googlePublicKeyPem,
'serializedApprovalRequest': ?serializedApprovalRequest,
'signature': ?signature,
};
}