Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Input ¶
type Input struct {
Name string `` /* 156-byte string literal not displayed */
Description string `` /* 166-byte string literal not displayed */
ContainsRules bool `` /* 194-byte string literal not displayed */
Limit int `json:"limit,omitempty" jsonschema:"Optional. Maximum number of results to return. The maximum value is 1000. Default: 50."`
Offset int `json:"offset,omitempty" jsonschema:"Optional. Index of first result (pagination offset). Default: 0."`
}
type Output ¶
type Output struct {
Total int `json:"total" jsonschema:"Total number of matching data classes"`
Count int `json:"count" jsonschema:"Number of data classes returned in this response"`
DataClasses []clients.DataClass `json:"dataClasses" jsonschema:"List of data classes"`
Error string `json:"error,omitempty" jsonschema:"HTTP or other error message if the request failed"`
}
Click to show internal directories.
Click to hide internal directories.