CreativesList class
The creatives feed lists the active creatives for the Ad Exchange buyer accounts that the user has access to. Each entry in the feed corresponds to a single creative.
Constructors
- CreativesList()
- CreativesList.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
-
items
↔ List<
Creative> -
A list of creatives.
read / write
- kind ↔ String
-
Resource type.
read / write
- nextPageToken ↔ String
-
Continuation token used to page through creatives. To retrieve the next
page of results, set the next request's "pageToken" value to this.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited