FirstAndThirdPartyAudience constructor
FirstAndThirdPartyAudience({
- String? activeDisplayAudienceSize,
- String? appId,
- String? audienceSource,
- String? audienceType,
- ContactInfoList? contactInfoList,
- String? description,
- String? displayAudienceSize,
- String? displayDesktopAudienceSize,
- String? displayMobileAppAudienceSize,
- String? displayMobileWebAudienceSize,
- String? displayName,
- String? firstAndThirdPartyAudienceId,
- String? firstAndThirdPartyAudienceType,
- String? gmailAudienceSize,
- String? membershipDurationDays,
- MobileDeviceIdList? mobileDeviceIdList,
- String? name,
- String? youtubeAudienceSize,
Implementation
FirstAndThirdPartyAudience({
this.activeDisplayAudienceSize,
this.appId,
this.audienceSource,
this.audienceType,
this.contactInfoList,
this.description,
this.displayAudienceSize,
this.displayDesktopAudienceSize,
this.displayMobileAppAudienceSize,
this.displayMobileWebAudienceSize,
this.displayName,
this.firstAndThirdPartyAudienceId,
this.firstAndThirdPartyAudienceType,
this.gmailAudienceSize,
this.membershipDurationDays,
this.mobileDeviceIdList,
this.name,
this.youtubeAudienceSize,
});