PublisherProfile constructor

PublisherProfile({
  1. String? audienceDescription,
  2. String? buyerPitchStatement,
  3. String? directDealsContact,
  4. String? displayName,
  5. List<String>? domains,
  6. String? googlePlusUrl,
  7. bool? isParent,
  8. String? logoUrl,
  9. String? mediaKitUrl,
  10. List<PublisherProfileMobileApplication>? mobileApps,
  11. String? overview,
  12. String? programmaticDealsContact,
  13. String? publisherProfileId,
  14. String? rateCardInfoUrl,
  15. String? samplePageUrl,
  16. Seller? seller,
  17. List<String>? topHeadlines,
})

Implementation

PublisherProfile({
  this.audienceDescription,
  this.buyerPitchStatement,
  this.directDealsContact,
  this.displayName,
  this.domains,
  this.googlePlusUrl,
  this.isParent,
  this.logoUrl,
  this.mediaKitUrl,
  this.mobileApps,
  this.overview,
  this.programmaticDealsContact,
  this.publisherProfileId,
  this.rateCardInfoUrl,
  this.samplePageUrl,
  this.seller,
  this.topHeadlines,
});