PublisherProfile constructor

PublisherProfile({
  1. String? audienceDescription,
  2. String? directDealsContact,
  3. String? displayName,
  4. List<String>? domains,
  5. bool? isParent,
  6. String? logoUrl,
  7. String? mediaKitUrl,
  8. List<PublisherProfileMobileApplication>? mobileApps,
  9. String? name,
  10. String? overview,
  11. String? pitchStatement,
  12. String? programmaticDealsContact,
  13. String? publisherCode,
  14. String? samplePageUrl,
  15. List<String>? topHeadlines,
})

Implementation

PublisherProfile({
  this.audienceDescription,
  this.directDealsContact,
  this.displayName,
  this.domains,
  this.isParent,
  this.logoUrl,
  this.mediaKitUrl,
  this.mobileApps,
  this.name,
  this.overview,
  this.pitchStatement,
  this.programmaticDealsContact,
  this.publisherCode,
  this.samplePageUrl,
  this.topHeadlines,
});