PublisherProfile class
The values in the publisher profile are supplied by the publisher.
All fields are not filterable unless stated otherwise.
Constructors
-
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}) - PublisherProfile.fromJson(Map json_)
Properties
- audienceDescription ↔ String?
-
Description on the publisher's audience.
getter/setter pair
- directDealsContact ↔ String?
-
Contact information for direct reservation deals.
getter/setter pair
- displayName ↔ String?
-
Display name of the publisher profile.
getter/setter pair
-
domains
↔ List<
String> ? -
The list of domains represented in this publisher profile.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isParent ↔ bool?
-
Indicates if this profile is the parent profile of the seller.
getter/setter pair
- logoUrl ↔ String?
-
A Google public URL to the logo for this publisher profile.
getter/setter pair
- mediaKitUrl ↔ String?
-
URL to additional marketing and sales materials.
getter/setter pair
-
mobileApps
↔ List<
PublisherProfileMobileApplication> ? -
The list of apps represented in this publisher profile.
getter/setter pair
- name ↔ String?
-
Name of the publisher profile.
getter/setter pair
- overview ↔ String?
-
Overview of the publisher.
getter/setter pair
- pitchStatement ↔ String?
-
Statement explaining what's unique about publisher's business, and why
buyers should partner with the publisher.
getter/setter pair
- programmaticDealsContact ↔ String?
-
Contact information for programmatic deals.
getter/setter pair
- publisherCode ↔ String?
-
A unique identifying code for the seller.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- samplePageUrl ↔ String?
-
URL to a sample content page.
getter/setter pair
-
topHeadlines
↔ List<
String> ? -
Up to three key metrics and rankings.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited