ListTagHoldsResponse constructor

ListTagHoldsResponse({
  1. String? nextPageToken,
  2. List<TagHold>? tagHolds,
})

Implementation

ListTagHoldsResponse({
  this.nextPageToken,
  this.tagHolds,
});