ListFirstPartyAndPartnerAudiencesResponse constructor
ListFirstPartyAndPartnerAudiencesResponse({
- List<
FirstPartyAndPartnerAudience> ? firstPartyAndPartnerAudiences, - String? nextPageToken,
Implementation
ListFirstPartyAndPartnerAudiencesResponse({
this.firstPartyAndPartnerAudiences,
this.nextPageToken,
});