Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.34 KB

V3IsolationSegmentsGuidRelationshipsSpacesGet200Response.md

File metadata and controls

82 lines (45 loc) · 3.34 KB

V3IsolationSegmentsGuidRelationshipsSpacesGet200Response

Properties

Name Type Description Notes
Data Pointer to []V3AppsPostRequestRelationshipsSpaceData [optional]
Links Pointer to V3IsolationSegmentsGuidRelationshipsSpacesGet200ResponseLinks [optional]

Methods

NewV3IsolationSegmentsGuidRelationshipsSpacesGet200Response

func NewV3IsolationSegmentsGuidRelationshipsSpacesGet200Response() *V3IsolationSegmentsGuidRelationshipsSpacesGet200Response

NewV3IsolationSegmentsGuidRelationshipsSpacesGet200Response instantiates a new V3IsolationSegmentsGuidRelationshipsSpacesGet200Response 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

NewV3IsolationSegmentsGuidRelationshipsSpacesGet200ResponseWithDefaults

func NewV3IsolationSegmentsGuidRelationshipsSpacesGet200ResponseWithDefaults() *V3IsolationSegmentsGuidRelationshipsSpacesGet200Response

NewV3IsolationSegmentsGuidRelationshipsSpacesGet200ResponseWithDefaults instantiates a new V3IsolationSegmentsGuidRelationshipsSpacesGet200Response 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

GetData

func (o *V3IsolationSegmentsGuidRelationshipsSpacesGet200Response) GetData() []V3AppsPostRequestRelationshipsSpaceData

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

func (o *V3IsolationSegmentsGuidRelationshipsSpacesGet200Response) 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.

SetData

func (o *V3IsolationSegmentsGuidRelationshipsSpacesGet200Response) SetData(v []V3AppsPostRequestRelationshipsSpaceData)

SetData sets Data field to given value.

HasData

func (o *V3IsolationSegmentsGuidRelationshipsSpacesGet200Response) HasData() bool

HasData returns a boolean if a field has been set.

GetLinks

func (o *V3IsolationSegmentsGuidRelationshipsSpacesGet200Response) GetLinks() V3IsolationSegmentsGuidRelationshipsSpacesGet200ResponseLinks

GetLinks returns the Links field if non-nil, zero value otherwise.

GetLinksOk

func (o *V3IsolationSegmentsGuidRelationshipsSpacesGet200Response) GetLinksOk() (*V3IsolationSegmentsGuidRelationshipsSpacesGet200ResponseLinks, 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.

SetLinks

func (o *V3IsolationSegmentsGuidRelationshipsSpacesGet200Response) SetLinks(v V3IsolationSegmentsGuidRelationshipsSpacesGet200ResponseLinks)

SetLinks sets Links field to given value.

HasLinks

func (o *V3IsolationSegmentsGuidRelationshipsSpacesGet200Response) HasLinks() bool

HasLinks returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]