MCPcopy Create free account
hub / github.com/cloudfoundry/cli / Space

Struct Space

resources/space_resource.go:4–13  ·  view source on GitHub ↗

Space represents a Cloud Controller V3 Space.

Source from the content-addressed store, hash-verified

2
3// Space represents a Cloud Controller V3 Space.
4type Space struct {
5 // GUID is a unique space identifier.
6 GUID string `json:"guid,omitempty"`
7 // Name is the name of the space.
8 Name string `json:"name"`
9 // Relationships list the relationships to the space.
10 Relationships Relationships `json:"relationships,omitempty"`
11 // Metadata is used for custom tagging of API resources
12 Metadata *Metadata `json:"metadata,omitempty"`
13}

Calls

no outgoing calls

Tested by

no test coverage detected