ListGoogleAudiencesResponse constructor
ListGoogleAudiencesResponse({
- List<
GoogleAudience> ? googleAudiences, - String? nextPageToken,
Implementation
ListGoogleAudiencesResponse({
this.googleAudiences,
this.nextPageToken,
});