ProductionCSIDSuccessData class
Represents the success response data for a Production CSID request.
Constructors
- ProductionCSIDSuccessData.new({required int requestID, required String dispositionMessage, required String binarySecurityToken, required String secret})
- Creates a ProductionCSIDSuccessData instance.
-
ProductionCSIDSuccessData.fromJson(Map<
String, dynamic> json) -
Constructs the model from a JSON map.
factory
Properties
- binarySecurityToken → String
-
The issued binary security token.
final
- dispositionMessage → String
-
Message describing the disposition of the request.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- requestID → int
-
Unique identifier for the request.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secret → String
-
The secret associated with 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