CreateSdfDownloadTaskRequest class
Request message for SdfDownloadTaskService.CreateSdfDownloadTask
.
Constructors
Properties
- advertiserId ↔ String
-
The ID of the advertiser to download SDF for.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- idFilter ↔ IdFilter
-
Filters on entities by their entity IDs.
read / write
- inventorySourceFilter ↔ InventorySourceFilter
-
Filters on Inventory Sources by their IDs.
read / write
- parentEntityFilter ↔ ParentEntityFilter
-
Filters on selected file types. The entities in each file are filtered by
a chosen set of filter entities. The filter entities must be the same type
as, or a parent type of, the selected file types.
read / write
- partnerId ↔ String
-
The ID of the partner to download SDF for.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- version ↔ String
-
Required. The SDF version of the downloaded file. If set to
SDF_VERSION_UNSPECIFIED
, this will default to the version specified by the advertiser or partner identified byroot_id
. An advertiser inherits its SDF version from its partner unless configured otherwise. Possible string values are: [...]read / write
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