Discover Packages
github.com/flyaways/jdcloud-sdk-go
services
common
models
package
Version:
v1.0.3
Opens a new window with list of versions in this module.
Published: Jul 5, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Filter struct {
Name string `json:"name"`
Operator *string `json:"operator"`
Values []string `json:"values"`
}
type Quota struct {
Name string `json:"name"`
Max int `json:"max"`
Used int `json:"used"`
}
type SimpleResponses struct {
RequestId string `json:"requestId"`
}
type Sort struct {
Name *string `json:"name"`
Direction *string `json:"direction"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.