ProductionCSIDRenewalSuccessData class
Represents the success data for a Production CSID renewal request.
Constructors
- ProductionCSIDRenewalSuccessData.new({required int requestID, required String dispositionMessage, required String binarySecurityToken, required String secret, required String tokenType})
- Creates a ProductionCSIDRenewalSuccessData instance.
-
ProductionCSIDRenewalSuccessData.fromJson(Map<
String, dynamic> json) -
Constructs the model from a JSON map.
factory
Properties
- binarySecurityToken → String
-
The renewed binary security token.
final
- dispositionMessage → String
-
Message describing the outcome of the renewal.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- requestID → int
-
Unique identifier for the renewal request.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secret → String
-
The secret associated with the renewed token.
final
- tokenType → String
-
Type of the security token.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts the model to JSON.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited