$NegativeKeywordList class

Used by:

  • displayvideo:v2 : NegativeKeywordList
  • displayvideo:v3 : NegativeKeywordList
  • displayvideo:v4 : NegativeKeywordList

Constructors

$NegativeKeywordList({String? advertiserId, String? displayName, String? name, String? negativeKeywordListId, String? targetedLineItemCount})
$NegativeKeywordList.fromJson(Map json_)

Properties

advertiserId ↔ String?
The unique ID of the advertiser the negative keyword list belongs to.
getter/setter pair
displayName ↔ String?
The display name of the negative keyword list.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
name ↔ String?
The resource name of the negative keyword list.
getter/setter pair
negativeKeywordListId ↔ String?
The unique ID of the negative keyword list.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
targetedLineItemCount ↔ String?
Number of line items that are directly targeting this negative keyword list.
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