cpmbatchupdatebudget

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
	 */
	PlanId int32 `json:"planId"`
	/**
	 *  基础日预算
	 */
	DailyBudget int32 `json:"dailyBudget"`
}

type BatchOperateRsp

type BatchOperateRsp struct {
}

type CpmBatchUpdateBudgetRequest

type CpmBatchUpdateBudgetRequest struct {
	/**
	 *  大小不超过50
	 */
	BatchOperateRequests []BatchOperateRequest `json:"batchOperateRequests"`
}

func (*CpmBatchUpdateBudgetRequest) DoInvoke

type CpmBatchUpdateBudgetResponse

type CpmBatchUpdateBudgetResponse 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 (*CpmBatchUpdateBudgetResponse) IsSuccess

func (response *CpmBatchUpdateBudgetResponse) IsSuccess() bool

Jump to

Keyboard shortcuts

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