SigningProfile constructor

SigningProfile({
  1. String? arn,
  2. String? platformDisplayName,
  3. String? platformId,
  4. String? profileName,
  5. String? profileVersion,
  6. String? profileVersionArn,
  7. SignatureValidityPeriod? signatureValidityPeriod,
  8. SigningMaterial? signingMaterial,
  9. Map<String, String>? signingParameters,
  10. SigningProfileStatus? status,
  11. Map<String, String>? tags,
})

Implementation

SigningProfile({
  this.arn,
  this.platformDisplayName,
  this.platformId,
  this.profileName,
  this.profileVersion,
  this.profileVersionArn,
  this.signatureValidityPeriod,
  this.signingMaterial,
  this.signingParameters,
  this.status,
  this.tags,
});