Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServerSummary ¶
type ServerSummary struct {
ID string `json:"id"`
Name string `json:"name"`
OS *string `json:"os"`
IsConnected bool `json:"is_connected"`
}
ServerSummary is the nested server object returned in API responses.
type UserSummary ¶
type UserSummary struct {
ID string `json:"id"`
Name string `json:"name"`
Email string `json:"email"`
}
UserSummary is the nested user object returned in API responses.
Click to show internal directories.
Click to hide internal directories.