GetSigningProfileResponse constructor

GetSigningProfileResponse({
  1. String? arn,
  2. SigningPlatformOverrides? overrides,
  3. String? platformDisplayName,
  4. String? platformId,
  5. String? profileName,
  6. String? profileVersion,
  7. String? profileVersionArn,
  8. SigningProfileRevocationRecord? revocationRecord,
  9. SignatureValidityPeriod? signatureValidityPeriod,
  10. SigningMaterial? signingMaterial,
  11. Map<String, String>? signingParameters,
  12. SigningProfileStatus? status,
  13. String? statusReason,
  14. Map<String, String>? tags,
})

Implementation

GetSigningProfileResponse({
  this.arn,
  this.overrides,
  this.platformDisplayName,
  this.platformId,
  this.profileName,
  this.profileVersion,
  this.profileVersionArn,
  this.revocationRecord,
  this.signatureValidityPeriod,
  this.signingMaterial,
  this.signingParameters,
  this.status,
  this.statusReason,
  this.tags,
});