SignatureInfo constructor

SignatureInfo({
  1. String? customerKmsKeyVersion,
  2. String? googleKeyAlgorithm,
  3. String? googlePublicKeyPem,
  4. String? serializedApprovalRequest,
  5. String? signature,
})

Implementation

SignatureInfo({
  this.customerKmsKeyVersion,
  this.googleKeyAlgorithm,
  this.googlePublicKeyPem,
  this.serializedApprovalRequest,
  this.signature,
});