blob: 5fcd527e97ee824f4822b765e53f779dd17ff83c [file]
package apidVerifyApiKey
// Attribute details
type Attribute struct {
Name string `json:"Name,omitempty"`
Value string `json:"Value,omitempty"`
Kind string `json:"kind,omitempty"`
}