hourlycpcrtdatabyaccount

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 Data

type Data struct {
	/**
	 * 天
	 */
	Date string `json:"date"`
	/**
	 * 小时
	 */
	Hour int32 `json:"hour"`
	/**
	 * 花费
	 */
	Charge float64 `json:"charge"`
	/**
	 * 曝光
	 */
	Imp int32 `json:"imp"`
	/**
	 * 点击
	 */
	Click string `json:"click"`
}

type HourlyCpcRtDataByaccountRequest

type HourlyCpcRtDataByaccountRequest struct {
	/**
	 * 子账号id
	 */
	AccountId int32 `json:"accountId"`
}

func (*HourlyCpcRtDataByaccountRequest) DoInvoke

type HourlyCpcRtDataByaccountResponse

type HourlyCpcRtDataByaccountResponse struct {
	Code    string `json:"code"`
	Msg     string `json:"msg"`
	Data    []Data `json:"data"`
	TraceId string `json:"traceId"`
}

func (*HourlyCpcRtDataByaccountResponse) IsSuccess

func (response *HourlyCpcRtDataByaccountResponse) IsSuccess() bool

Jump to

Keyboard shortcuts

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