ListAccountLabelsResponse constructor
ListAccountLabelsResponse({
- List<
AccountLabel> ? accountLabels, - String? nextPageToken,
Implementation
ListAccountLabelsResponse({this.accountLabels, this.nextPageToken});