google_api_double_click_bid_manager v0.0.1 GoogleApi.DoubleClickBidManager.V1.Model.DownloadRequest View Source
Request to fetch stored insertion orders, line items, TrueView ad groups and ads.
Attributes
fileTypes (List[String]): File types that will be returned. Defaults to:
null
.- Enum - one of
- filterIds (List[String]): The IDs of the specified filter type. This is used to filter entities to fetch. At least one ID must be specified. Only one ID is allowed for the ADVERTISER_ID filter type. For INSERTION_ORDER_ID or LINE_ITEM_ID filter types, all IDs must be from the same Advertiser. Defaults to:
null
. filterType (String): Filter type used to filter line items to fetch. Defaults to:
null
.- Enum - one of [ADVERTISER_ID, INSERTION_ORDER_ID, LINE_ITEM_ID]
- version (String): SDF Version (column names, types, order) in which the entities will be returned. Default to 3. Defaults to:
null
.