PublisherProfile constructor
PublisherProfile({
- String? audienceDescription,
- String? directDealsContact,
- String? displayName,
- List<
String> ? domains, - bool? isParent,
- String? logoUrl,
- String? mediaKitUrl,
- List<
PublisherProfileMobileApplication> ? mobileApps, - String? name,
- String? overview,
- String? pitchStatement,
- String? programmaticDealsContact,
- String? publisherCode,
- String? samplePageUrl,
- 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,
});