models

package
v1.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 5, 2018 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Filter

type Filter struct {

	/* 过滤条件的名称  */
	Name string `json:"name"`

	/* 过滤条件的操作符,默认eq (Optional) */
	Operator *string `json:"operator"`

	/* 过滤条件的值  */
	Values []string `json:"values"`
}

type Quota

type Quota struct {

	/* 配额项的名称 (Optional) */
	Name string `json:"name"`

	/* 配额 (Optional) */
	Max int `json:"max"`

	/* 已使用的数目 (Optional) */
	Used int `json:"used"`
}

type SimpleResponses

type SimpleResponses struct {

	/* Request ID (Optional) */
	RequestId string `json:"requestId"`
}

type Sort

type Sort struct {

	/* 排序条件的名称 (Optional) */
	Name *string `json:"name"`

	/* 排序条件的方向 (Optional) */
	Direction *string `json:"direction"`
}

Jump to

Keyboard shortcuts

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