github.com/wanddynosios/cli/v8@v8.7.9-0.20240221182337-1a92e3a7017f/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  }