GetSigningPlatformResponse constructor
GetSigningPlatformResponse({
- Category? category,
- String? displayName,
- int? maxSizeInMB,
- String? partner,
- String? platformId,
- bool? revocationSupported,
- SigningConfiguration? signingConfiguration,
- SigningImageFormat? signingImageFormat,
- String? target,
Implementation
GetSigningPlatformResponse({
this.category,
this.displayName,
this.maxSizeInMB,
this.partner,
this.platformId,
this.revocationSupported,
this.signingConfiguration,
this.signingImageFormat,
this.target,
});