$IdFilter class

Used by:

  • displayvideo:v2 : IdFilter
  • displayvideo:v3 : IdFilter

Constructors

$IdFilter({List<String>? adGroupAdIds, List<String>? adGroupIds, List<String>? campaignIds, List<String>? insertionOrderIds, List<String>? lineItemIds, List<String>? mediaProductIds})
$IdFilter.fromJson(Map json_)

Properties

adGroupAdIds List<String>?
YouTube Ads to download by ID.
getter/setter pair
adGroupIds List<String>?
YouTube Ad Groups to download by ID.
getter/setter pair
campaignIds List<String>?
Campaigns to download by ID.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
insertionOrderIds List<String>?
Insertion Orders to download by ID.
getter/setter pair
lineItemIds List<String>?
Line Items to download by ID.
getter/setter pair
mediaProductIds List<String>?
Media Products to download by ID.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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