Name | Type | Description | Notes |
---|---|---|---|
Organizations | Pointer to V3IsolationSegmentsGuidRelationshipsOrganizationsGet200ResponseLinksRelated | [optional] | |
Self | Pointer to V3IsolationSegmentsGuidRelationshipsOrganizationsGet200ResponseLinksRelated | [optional] |
func NewIsolationSegmentLinks() *IsolationSegmentLinks
NewIsolationSegmentLinks instantiates a new IsolationSegmentLinks 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 NewIsolationSegmentLinksWithDefaults() *IsolationSegmentLinks
NewIsolationSegmentLinksWithDefaults instantiates a new IsolationSegmentLinks 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 *IsolationSegmentLinks) GetOrganizations() V3IsolationSegmentsGuidRelationshipsOrganizationsGet200ResponseLinksRelated
GetOrganizations returns the Organizations field if non-nil, zero value otherwise.
func (o *IsolationSegmentLinks) GetOrganizationsOk() (*V3IsolationSegmentsGuidRelationshipsOrganizationsGet200ResponseLinksRelated, bool)
GetOrganizationsOk returns a tuple with the Organizations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IsolationSegmentLinks) SetOrganizations(v V3IsolationSegmentsGuidRelationshipsOrganizationsGet200ResponseLinksRelated)
SetOrganizations sets Organizations field to given value.
func (o *IsolationSegmentLinks) HasOrganizations() bool
HasOrganizations returns a boolean if a field has been set.
func (o *IsolationSegmentLinks) GetSelf() V3IsolationSegmentsGuidRelationshipsOrganizationsGet200ResponseLinksRelated
GetSelf returns the Self field if non-nil, zero value otherwise.
func (o *IsolationSegmentLinks) GetSelfOk() (*V3IsolationSegmentsGuidRelationshipsOrganizationsGet200ResponseLinksRelated, bool)
GetSelfOk returns a tuple with the Self field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IsolationSegmentLinks) SetSelf(v V3IsolationSegmentsGuidRelationshipsOrganizationsGet200ResponseLinksRelated)
SetSelf sets Self field to given value.
func (o *IsolationSegmentLinks) HasSelf() bool
HasSelf returns a boolean if a field has been set.