Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CpmRtdataRequest ¶
type CpmRtdataRequest struct { /** * 对应查询元素的id列表,单次最多支持50个 */ Ids []int64 `json:"ids"` /** * 0账户,1计划,2品牌,3推广 4 创意 */ Dimension int32 `json:"dimension"` /** * 子账户 */ AccountId int32 `json:"accountId"` }
func (*CpmRtdataRequest) DoInvoke ¶
func (req *CpmRtdataRequest) DoInvoke(client mtclient.MeituanClient) (*CpmRtdataResponse, error)
type CpmRtdataResponse ¶
type CpmRtdataResponse struct { Code string `json:"code"` Msg string `json:"msg"` /** * 对象列表 */ Data []LaunchInfo `json:"data"` TraceId string `json:"traceId"` }
func (*CpmRtdataResponse) IsSuccess ¶
func (response *CpmRtdataResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.