cpmbatchquerylaunches

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 CpmBatchQueryLaunchesRequest

type CpmBatchQueryLaunchesRequest struct {
	/**
	 *  推广ID列表
	 */
	LaunchIds []int32 `json:"launchIds"`
	/**
	 *  推广状态列表,此参数和launchIds互斥
	 */
	LaunchStatusList []int32 `json:"launchStatusList"`
	/**
	 *  分页请求页码,传launchStatusList时可传。默认查第一页,每页100个
	 */
	PageNum int32 `json:"pageNum"`
}

func (*CpmBatchQueryLaunchesRequest) DoInvoke

type CpmBatchQueryLaunchesResponse

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

func (*CpmBatchQueryLaunchesResponse) IsSuccess

func (response *CpmBatchQueryLaunchesResponse) IsSuccess() bool

type PageResult

type PageResult struct {
	/**
	 * 当前页码
	 */
	PageNum int32 `json:"pageNum"`
	/**
	 * 是否有下一页
	 */
	HaveNextPage bool `json:"haveNextPage"`
	/**
	 * 查询结果,T为泛型
	 */
	Data []T `json:"data"`
}

type T

type T struct {
}

Jump to

Keyboard shortcuts

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