Struct pdd::requests::PddAdApiPlanQueryList
source · pub struct PddAdApiPlanQueryList {
pub begin_date: Option<String>,
pub end_date: Option<String>,
pub order_by: Option<i32>,
pub scenes_type: Option<i32>,
pub sort_by: Option<i32>,
}Expand description
查询计划列表页
Fields§
§begin_date: Option<String>报表数据开始日期 格式:yyyy-MM-dd HH:mm:ss
end_date: Option<String>报表数据截止日期 格式:yyyy-MM-dd HH:mm:ss
order_by: Option<i32>排序字段。0表示按曝光量排序,1表示按点击量排序,2表示按点击率排序,3表示按点击单价排序,4表示按消耗排序,5表示按订单数排序,6表示按交易额排序,7表示按产出比排序,8表示按日期排序,9表示按千次曝光单价排序,10表示按店铺收藏数排序,11表示按商品收藏数排序,12表示按点击转化率排序,13表示按转化成本排序,14表示按平均成交金额排序。
scenes_type: Option<i32>场景类型。0表示搜索,1明星店铺,2表示展示。
sort_by: Option<i32>排序类型。0表示降序,1表示升序。
Trait Implementations§
source§impl Debug for PddAdApiPlanQueryList
impl Debug for PddAdApiPlanQueryList
source§impl Default for PddAdApiPlanQueryList
impl Default for PddAdApiPlanQueryList
source§fn default() -> PddAdApiPlanQueryList
fn default() -> PddAdApiPlanQueryList
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PddAdApiPlanQueryList
impl<'de> Deserialize<'de> for PddAdApiPlanQueryList
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Request for PddAdApiPlanQueryList
impl Request for PddAdApiPlanQueryList
Auto Trait Implementations§
impl RefUnwindSafe for PddAdApiPlanQueryList
impl Send for PddAdApiPlanQueryList
impl Sync for PddAdApiPlanQueryList
impl Unpin for PddAdApiPlanQueryList
impl UnwindSafe for PddAdApiPlanQueryList
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more