batcheditcpcplanbudget

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 BatchEditCpcPlanbudgetData

type BatchEditCpcPlanbudgetData struct {
	/**
	 * 成功的推广列表
	 */
	SuccessLaunchs []int64 `json:"successLaunchs"`
	/**
	 * 创建失败的推广map,key为原因,value为推广列表
	 */
	FailLaunchs FailLaunch `json:"failLaunchs"`
}

type BatchEditCpcPlanbudgetRequest

type BatchEditCpcPlanbudgetRequest struct {
	/**
	 * 批量修改预算,单次最多支持50个
	 */
	Launchs        string `json:"launchs"`
	SonAdaccountId int32  `json:"sonAdaccountId"`
}

func (*BatchEditCpcPlanbudgetRequest) DoInvoke

type BatchEditCpcPlanbudgetResponse

type BatchEditCpcPlanbudgetResponse struct {
	Code    string                     `json:"code"`
	Msg     string                     `json:"msg"`
	Data    BatchEditCpcPlanbudgetData `json:"data"`
	TraceId string                     `json:"traceId"`
}

func (*BatchEditCpcPlanbudgetResponse) IsSuccess

func (response *BatchEditCpcPlanbudgetResponse) IsSuccess() bool

type FailLaunch

type FailLaunch struct {
}

Jump to

Keyboard shortcuts

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