Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
ed6a1d851f3e39482e45894513186a796be60d55
/
.
/
openstack
/
identity
/
v3
/
services
/
results.go
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"`
}