GetSigningPlatformResponse class

Constructors

GetSigningPlatformResponse({Category? category, String? displayName, int? maxSizeInMB, String? partner, String? platformId, bool? revocationSupported, SigningConfiguration? signingConfiguration, SigningImageFormat? signingImageFormat, String? target})
GetSigningPlatformResponse.fromJson(Map<String, dynamic> json)
factory

Properties

category Category?
The category type of the target signing platform.
final
displayName String?
The display name of the target signing platform.
final
hashCode int
The hash code for this object.
no setterinherited
maxSizeInMB int?
The maximum size (in MB) of the payload that can be signed by the target platform.
final
partner String?
A list of partner entities that use the target signing platform.
final
platformId String?
The ID of the target signing platform.
final
revocationSupported bool?
A flag indicating whether signatures generated for the signing platform can be revoked.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signingConfiguration SigningConfiguration?
A list of configurations applied to the target platform at signing.
final
signingImageFormat SigningImageFormat?
The format of the target platform's signing image.
final
target String?
The validation template that is used by the target signing platform.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited