Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchUpdateCpclaunchStatusRequest ¶
type BatchUpdateCpclaunchStatusRequest struct { /** * 推广id列表,单次最多支持50个 */ LaunchIds []int64 `json:"launchIds"` /** * 需要修改的推广状态,1有效,5暂停,9删除 */ Power int32 `json:"power"` SonAdaccountId int32 `json:"sonAdaccountId"` }
func (*BatchUpdateCpclaunchStatusRequest) DoInvoke ¶
func (req *BatchUpdateCpclaunchStatusRequest) DoInvoke(client mtclient.MeituanClient) (*BatchUpdateCpclaunchStatusResponse, error)
type BatchUpdateCpclaunchStatusResponse ¶
type BatchUpdateCpclaunchStatusResponse struct { Code string `json:"code"` Msg string `json:"msg"` TraceId string `json:"traceId"` }
func (*BatchUpdateCpclaunchStatusResponse) IsSuccess ¶
func (response *BatchUpdateCpclaunchStatusResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.