github.com/DaAlbrecht/cf-cli@v0.0.0-20231128151943-1fe19bb400b9/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 }