Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.06 KB

IsolationSegmentLinks.md

File metadata and controls

82 lines (45 loc) · 3.06 KB

IsolationSegmentLinks

Properties

Name Type Description Notes
Organizations Pointer to V3IsolationSegmentsGuidRelationshipsOrganizationsGet200ResponseLinksRelated [optional]
Self Pointer to V3IsolationSegmentsGuidRelationshipsOrganizationsGet200ResponseLinksRelated [optional]

Methods

NewIsolationSegmentLinks

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

NewIsolationSegmentLinksWithDefaults

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

GetOrganizations

func (o *IsolationSegmentLinks) GetOrganizations() V3IsolationSegmentsGuidRelationshipsOrganizationsGet200ResponseLinksRelated

GetOrganizations returns the Organizations field if non-nil, zero value otherwise.

GetOrganizationsOk

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.

SetOrganizations

func (o *IsolationSegmentLinks) SetOrganizations(v V3IsolationSegmentsGuidRelationshipsOrganizationsGet200ResponseLinksRelated)

SetOrganizations sets Organizations field to given value.

HasOrganizations

func (o *IsolationSegmentLinks) HasOrganizations() bool

HasOrganizations returns a boolean if a field has been set.

GetSelf

func (o *IsolationSegmentLinks) GetSelf() V3IsolationSegmentsGuidRelationshipsOrganizationsGet200ResponseLinksRelated

GetSelf returns the Self field if non-nil, zero value otherwise.

GetSelfOk

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.

SetSelf

func (o *IsolationSegmentLinks) SetSelf(v V3IsolationSegmentsGuidRelationshipsOrganizationsGet200ResponseLinksRelated)

SetSelf sets Self field to given value.

HasSelf

func (o *IsolationSegmentLinks) HasSelf() bool

HasSelf returns a boolean if a field has been set.

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