SigningJob constructor
SigningJob({
- DateTime? createdAt,
- bool? isRevoked,
- String? jobId,
- String? jobInvoker,
- String? jobOwner,
- String? platformDisplayName,
- String? platformId,
- String? profileName,
- String? profileVersion,
- DateTime? signatureExpiresAt,
- SignedObject? signedObject,
- SigningMaterial? signingMaterial,
- Source? source,
- SigningStatus? status,
Implementation
SigningJob({
this.createdAt,
this.isRevoked,
this.jobId,
this.jobInvoker,
this.jobOwner,
this.platformDisplayName,
this.platformId,
this.profileName,
this.profileVersion,
this.signatureExpiresAt,
this.signedObject,
this.signingMaterial,
this.source,
this.status,
});