ListAccountLabelsResponse constructor

ListAccountLabelsResponse({
  1. List<AccountLabel>? accountLabels,
  2. String? nextPageToken,
})

Implementation

ListAccountLabelsResponse({
  this.accountLabels,
  this.nextPageToken,
});