PublisherProfile constructor
PublisherProfile({
- String? audienceDescription,
- String? buyerPitchStatement,
- String? directDealsContact,
- String? displayName,
- List<
String> ? domains, - String? googlePlusUrl,
- bool? isParent,
- String? logoUrl,
- String? mediaKitUrl,
- List<
PublisherProfileMobileApplication> ? mobileApps, - String? overview,
- String? programmaticDealsContact,
- String? publisherProfileId,
- String? rateCardInfoUrl,
- String? samplePageUrl,
- Seller? seller,
- 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,
});