Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ContextSpecSummary ¶
type ContextSpecSummary struct {
ID string `json:"id" jsonschema:"The UUID of the Context Specification"`
Name string `json:"name" jsonschema:"The display name of the Context Specification"`
Description string `json:"description,omitempty" jsonschema:"Optional description of the Context Specification"`
AssetType AssetType `json:"assetType" jsonschema:"The asset type this Context Specification applies to"`
}
type Input ¶
type Input struct {
AssetId string `` /* 226-byte string literal not displayed */
AssetTypePublicId string `` /* 221-byte string literal not displayed */
Offset int `json:"offset,omitempty" jsonschema:"Optional. Index of the first result to retrieve. Default: 0."`
Limit int `json:"limit,omitempty" jsonschema:"Optional. Maximum number of results to retrieve. Default: 50. Maximum: 1000."`
}
type Output ¶
type Output struct {
Total int `json:"total" jsonschema:"Total number of Context Specifications matching the query"`
Results []ContextSpecSummary `json:"results" jsonschema:"The list of matching Context Specifications"`
}
Click to show internal directories.
Click to hide internal directories.