Name | Type | Description | Notes |
---|---|---|---|
Data | Pointer to []V3AppsPostRequestRelationshipsSpaceData | [optional] | |
Links | Pointer to V3IsolationSegmentsGuidRelationshipsOrganizationsGet200ResponseLinks | [optional] |
func NewV3IsolationSegmentsGuidRelationshipsOrganizationsGet200Response() *V3IsolationSegmentsGuidRelationshipsOrganizationsGet200Response
NewV3IsolationSegmentsGuidRelationshipsOrganizationsGet200Response instantiates a new V3IsolationSegmentsGuidRelationshipsOrganizationsGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewV3IsolationSegmentsGuidRelationshipsOrganizationsGet200ResponseWithDefaults() *V3IsolationSegmentsGuidRelationshipsOrganizationsGet200Response
NewV3IsolationSegmentsGuidRelationshipsOrganizationsGet200ResponseWithDefaults instantiates a new V3IsolationSegmentsGuidRelationshipsOrganizationsGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *V3IsolationSegmentsGuidRelationshipsOrganizationsGet200Response) GetData() []V3AppsPostRequestRelationshipsSpaceData
GetData returns the Data field if non-nil, zero value otherwise.
func (o *V3IsolationSegmentsGuidRelationshipsOrganizationsGet200Response) GetDataOk() (*[]V3AppsPostRequestRelationshipsSpaceData, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V3IsolationSegmentsGuidRelationshipsOrganizationsGet200Response) SetData(v []V3AppsPostRequestRelationshipsSpaceData)
SetData sets Data field to given value.
func (o *V3IsolationSegmentsGuidRelationshipsOrganizationsGet200Response) HasData() bool
HasData returns a boolean if a field has been set.
func (o *V3IsolationSegmentsGuidRelationshipsOrganizationsGet200Response) GetLinks() V3IsolationSegmentsGuidRelationshipsOrganizationsGet200ResponseLinks
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *V3IsolationSegmentsGuidRelationshipsOrganizationsGet200Response) GetLinksOk() (*V3IsolationSegmentsGuidRelationshipsOrganizationsGet200ResponseLinks, bool)
GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V3IsolationSegmentsGuidRelationshipsOrganizationsGet200Response) SetLinks(v V3IsolationSegmentsGuidRelationshipsOrganizationsGet200ResponseLinks)
SetLinks sets Links field to given value.
func (o *V3IsolationSegmentsGuidRelationshipsOrganizationsGet200Response) HasLinks() bool
HasLinks returns a boolean if a field has been set.