Discover Packages
github.com/jdcloud-api/jdcloud-sdk-go
services
common
models
package
Version:
v1.62.0
Opens a new window with list of versions in this module.
Published: Aug 16, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 326
Opens a new window with list of known importers.
Documentation
Documentation
¶
type BatchResultDetail struct {
SuccessCount int `json:"successCount"`
Failed []ErrorItem `json:"failed"`
}
type Err struct {
Code int64 `json:"code"`
Details interface{} `json:"details"`
Message string `json:"message"`
Status string `json:"status"`
}
type ErrorItem struct {
Id string `json:"id"`
Code int64 `json:"code"`
Details interface{} `json:"details"`
Message string `json:"message"`
Status string `json:"status"`
}
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"`
}
type TagFilter struct {
Key string `json:"key"`
Values []string `json:"values"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.