Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Input ¶
type Input struct {
AssetIDs []string `` /* 141-byte string literal not displayed */
Statuses []string `` /* 132-byte string literal not displayed */
ClassificationIDs []string `` /* 148-byte string literal not displayed */
AssetTypeIDs []string `` /* 135-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."`
CountLimit int `` /* 163-byte string literal not displayed */
}
type Output ¶
type Output struct {
Total int `json:"total" jsonschema:"Total number of matching classification matches"`
Count int `json:"count" jsonschema:"Number of classification matches returned in this response"`
ClassificationMatches []clients.DataClassificationMatch `json:"classificationMatches" jsonschema:"List of classification matches"`
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.