FirstAndThirdPartyAudience constructor

FirstAndThirdPartyAudience({
  1. String? activeDisplayAudienceSize,
  2. String? appId,
  3. String? audienceSource,
  4. String? audienceType,
  5. ContactInfoList? contactInfoList,
  6. String? description,
  7. String? displayAudienceSize,
  8. String? displayDesktopAudienceSize,
  9. String? displayMobileAppAudienceSize,
  10. String? displayMobileWebAudienceSize,
  11. String? displayName,
  12. String? firstAndThirdPartyAudienceId,
  13. String? firstAndThirdPartyAudienceType,
  14. String? gmailAudienceSize,
  15. String? membershipDurationDays,
  16. MobileDeviceIdList? mobileDeviceIdList,
  17. String? name,
  18. 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,
});