CheckoutBorrowLicenseResponse constructor

CheckoutBorrowLicenseResponse({
  1. List<Metadata>? checkoutMetadata,
  2. List<EntitlementData>? entitlementsAllowed,
  3. String? expiration,
  4. String? issuedAt,
  5. String? licenseArn,
  6. String? licenseConsumptionToken,
  7. String? nodeId,
  8. String? signedToken,
})

Implementation

CheckoutBorrowLicenseResponse({
  this.checkoutMetadata,
  this.entitlementsAllowed,
  this.expiration,
  this.issuedAt,
  this.licenseArn,
  this.licenseConsumptionToken,
  this.nodeId,
  this.signedToken,
});