DescribeSigningJobResponse constructor

DescribeSigningJobResponse({
  1. DateTime? completedAt,
  2. DateTime? createdAt,
  3. String? jobId,
  4. String? jobInvoker,
  5. String? jobOwner,
  6. SigningPlatformOverrides? overrides,
  7. String? platformDisplayName,
  8. String? platformId,
  9. String? profileName,
  10. String? profileVersion,
  11. String? requestedBy,
  12. SigningJobRevocationRecord? revocationRecord,
  13. DateTime? signatureExpiresAt,
  14. SignedObject? signedObject,
  15. SigningMaterial? signingMaterial,
  16. Map<String, String>? signingParameters,
  17. Source? source,
  18. SigningStatus? status,
  19. String? statusReason,
})

Implementation

DescribeSigningJobResponse({
  this.completedAt,
  this.createdAt,
  this.jobId,
  this.jobInvoker,
  this.jobOwner,
  this.overrides,
  this.platformDisplayName,
  this.platformId,
  this.profileName,
  this.profileVersion,
  this.requestedBy,
  this.revocationRecord,
  this.signatureExpiresAt,
  this.signedObject,
  this.signingMaterial,
  this.signingParameters,
  this.source,
  this.status,
  this.statusReason,
});