ListFailuresForLicenseConfigurationOperationsResponse constructor

ListFailuresForLicenseConfigurationOperationsResponse({
  1. List<LicenseOperationFailure>? licenseOperationFailureList,
  2. String? nextToken,
})

Implementation

ListFailuresForLicenseConfigurationOperationsResponse({
  this.licenseOperationFailureList,
  this.nextToken,
});