PutSigningProfileResponse constructor

PutSigningProfileResponse({
  1. String? arn,
  2. String? profileVersion,
  3. String? profileVersionArn,
})

Implementation

PutSigningProfileResponse({
  this.arn,
  this.profileVersion,
  this.profileVersionArn,
});