CheckoutBorrowLicenseResponse class
Constructors
-
CheckoutBorrowLicenseResponse({List<
Metadata> ? checkoutMetadata, List<EntitlementData> ? entitlementsAllowed, String? expiration, String? issuedAt, String? licenseArn, String? licenseConsumptionToken, String? nodeId, String? signedToken}) -
CheckoutBorrowLicenseResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
checkoutMetadata
→ List<
Metadata> ? -
Information about constraints.
final
-
entitlementsAllowed
→ List<
EntitlementData> ? -
Allowed license entitlements.
final
- expiration → String?
-
Date and time at which the license checkout expires.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- issuedAt → String?
-
Date and time at which the license checkout is issued.
final
- licenseArn → String?
-
Amazon Resource Name (ARN) of the license.
final
- licenseConsumptionToken → String?
-
License consumption token.
final
- nodeId → String?
-
Node ID.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signedToken → String?
-
Signed token.
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