github.com/cloudfoundry-community/cloudfoundry-cli@v6.44.1-0.20240130060226-cda5ed8e89a5+incompatible/resources/isolation_segment_resource.go (about) 1 package resources 2 3 // IsolationSegment represents a Cloud Controller Isolation Segment. 4 type IsolationSegment struct { 5 //GUID is the unique ID of the isolation segment. 6 GUID string `json:"guid,omitempty"` 7 //Name is the name of the isolation segment. 8 Name string `json:"name"` 9 }