$NegativeKeywordList class Null safety
Used by:
- displayvideo:v1 : NegativeKeywordList
- displayvideo:v2 : 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.
read / write
- displayName ↔ String?
-
The display name of the negative keyword list.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- name ↔ String?
-
The resource name of the negative keyword list.
read / write
- negativeKeywordListId ↔ String?
-
The unique ID of the negative keyword list.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- targetedLineItemCount ↔ String?
-
Number of line items that are directly targeting this negative keyword
list.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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