blob: baf8d6b37fd0a0ed902366e3b662c2efefc5f409 [file] [log] [blame]
package services
// ServiceResult is the result of a list or information query.
type ServiceResult struct {
Description *string `json:"description,omitempty"`
ID string `json:"id"`
Name string `json:"name"`
Type string `json:"type"`
}