cpmbatchupdatelaunchpower

package
v0.0.0-...-905ac7b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchOperateRequest

type BatchOperateRequest struct {
	/**
	 *  投放ID
	 */
	LaunchId int32 `json:"launchId"`
	/**
	 *  用户操作态,1-有效,5-暂停,9-删除
	 */
	Power int32 `json:"power"`
}

type BatchOperateRsp

type BatchOperateRsp struct {
}

type CpmBatchUpdateLaunchPowerRequest

type CpmBatchUpdateLaunchPowerRequest struct {
	/**
	 *  一批不超过50
	 */
	BatchOperateRequests []BatchOperateRequest `json:"batchOperateRequests"`
}

func (*CpmBatchUpdateLaunchPowerRequest) DoInvoke

type CpmBatchUpdateLaunchPowerResponse

type CpmBatchUpdateLaunchPowerResponse struct {
	Code string `json:"code"`
	Msg  string `json:"msg"`
	/**
	 * private List successList; private Map failReasonMap; private Map successMap;
	 */
	Data    BatchOperateRsp `json:"data"`
	TraceId string          `json:"traceId"`
}

func (*CpmBatchUpdateLaunchPowerResponse) IsSuccess

func (response *CpmBatchUpdateLaunchPowerResponse) IsSuccess() bool

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL