DescribeSigningJobResponse constructor
DescribeSigningJobResponse({
- DateTime? completedAt,
- DateTime? createdAt,
- String? jobId,
- String? jobInvoker,
- String? jobOwner,
- SigningPlatformOverrides? overrides,
- String? platformDisplayName,
- String? platformId,
- String? profileName,
- String? profileVersion,
- String? requestedBy,
- SigningJobRevocationRecord? revocationRecord,
- DateTime? signatureExpiresAt,
- SignedObject? signedObject,
- SigningMaterial? signingMaterial,
- Map<
String, String> ? signingParameters, - Source? source,
- SigningStatus? status,
- 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,
});