CreateSdfDownloadTaskRequest class

Request message for [SdfDownloadTaskService.CreateSdfDownloadTask].

Constructors

CreateSdfDownloadTaskRequest({String? advertiserId, IdFilter? idFilter, InventorySourceFilter? inventorySourceFilter, ParentEntityFilter? parentEntityFilter, String? partnerId, String? version})
CreateSdfDownloadTaskRequest.fromJson(Map json_)

Properties

advertiserId String?
The ID of the advertiser to download SDF for.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
idFilter IdFilter?
Filters on entities by their entity IDs.
getter/setter pair
inventorySourceFilter InventorySourceFilter?
Filters on Inventory Sources by their IDs.
getter/setter pair
parentEntityFilter ParentEntityFilter?
Filters on selected file types.
getter/setter pair
partnerId String?
The ID of the partner to download SDF for.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version String?
The SDF version of the downloaded file.
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