ListEnabledProductsForImportResponse constructor

ListEnabledProductsForImportResponse({
  1. String? nextToken,
  2. List<String>? productSubscriptions,
})

Implementation

ListEnabledProductsForImportResponse({
  this.nextToken,
  this.productSubscriptions,
});