ListReusableDelegationSetsResponse constructor

ListReusableDelegationSetsResponse({
  1. required List<DelegationSet> delegationSets,
  2. required bool isTruncated,
  3. required String marker,
  4. required String maxItems,
  5. String? nextMarker,
})

Implementation

ListReusableDelegationSetsResponse({
  required this.delegationSets,
  required this.isTruncated,
  required this.marker,
  required this.maxItems,
  this.nextMarker,
});