ListSizeConstraintSetsResponse constructor

ListSizeConstraintSetsResponse({
  1. String? nextMarker,
  2. List<SizeConstraintSetSummary>? sizeConstraintSets,
})

Implementation

ListSizeConstraintSetsResponse({
  this.nextMarker,
  this.sizeConstraintSets,
});