getsystemlabels

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 GetSystemLabelsData

type GetSystemLabelsData struct {
	/**
	 * 系统标签列表
	 */
	LabelList []LabelList `json:"labelList"`
}

type GetSystemLabelsRequest

type GetSystemLabelsRequest struct {
}

func (*GetSystemLabelsRequest) DoInvoke

func (req *GetSystemLabelsRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*GetSystemLabelsResponse, error)

type GetSystemLabelsResponse

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

func (*GetSystemLabelsResponse) IsSuccess

func (response *GetSystemLabelsResponse) IsSuccess() bool

type LabelList

type LabelList struct {
	/**
	 * 系统标签id
	 */
	LabelId int64 `json:"labelId"`
	/**
	 * 标签名称
	 */
	Name string `json:"name"`
	/**
	 * 描述
	 */
	Desc string `json:"desc"`
}

Jump to

Keyboard shortcuts

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