Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.65 KB

SpaceLinks.md

File metadata and controls

134 lines (73 loc) · 4.65 KB

SpaceLinks

Properties

Name Type Description Notes
ApplyManifest Pointer to DropletLinksAssignCurrentDroplet [optional]
Features Pointer to V3IsolationSegmentsGuidRelationshipsOrganizationsGet200ResponseLinksRelated [optional]
Organization Pointer to V3IsolationSegmentsGuidRelationshipsOrganizationsGet200ResponseLinksRelated [optional]
Self Pointer to V3IsolationSegmentsGuidRelationshipsOrganizationsGet200ResponseLinksRelated [optional]

Methods

NewSpaceLinks

func NewSpaceLinks() *SpaceLinks

NewSpaceLinks instantiates a new SpaceLinks 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

NewSpaceLinksWithDefaults

func NewSpaceLinksWithDefaults() *SpaceLinks

NewSpaceLinksWithDefaults instantiates a new SpaceLinks 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

GetApplyManifest

func (o *SpaceLinks) GetApplyManifest() DropletLinksAssignCurrentDroplet

GetApplyManifest returns the ApplyManifest field if non-nil, zero value otherwise.

GetApplyManifestOk

func (o *SpaceLinks) GetApplyManifestOk() (*DropletLinksAssignCurrentDroplet, bool)

GetApplyManifestOk returns a tuple with the ApplyManifest field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetApplyManifest

func (o *SpaceLinks) SetApplyManifest(v DropletLinksAssignCurrentDroplet)

SetApplyManifest sets ApplyManifest field to given value.

HasApplyManifest

func (o *SpaceLinks) HasApplyManifest() bool

HasApplyManifest returns a boolean if a field has been set.

GetFeatures

func (o *SpaceLinks) GetFeatures() V3IsolationSegmentsGuidRelationshipsOrganizationsGet200ResponseLinksRelated

GetFeatures returns the Features field if non-nil, zero value otherwise.

GetFeaturesOk

func (o *SpaceLinks) GetFeaturesOk() (*V3IsolationSegmentsGuidRelationshipsOrganizationsGet200ResponseLinksRelated, bool)

GetFeaturesOk returns a tuple with the Features field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetFeatures

func (o *SpaceLinks) SetFeatures(v V3IsolationSegmentsGuidRelationshipsOrganizationsGet200ResponseLinksRelated)

SetFeatures sets Features field to given value.

HasFeatures

func (o *SpaceLinks) HasFeatures() bool

HasFeatures returns a boolean if a field has been set.

GetOrganization

func (o *SpaceLinks) GetOrganization() V3IsolationSegmentsGuidRelationshipsOrganizationsGet200ResponseLinksRelated

GetOrganization returns the Organization field if non-nil, zero value otherwise.

GetOrganizationOk

func (o *SpaceLinks) GetOrganizationOk() (*V3IsolationSegmentsGuidRelationshipsOrganizationsGet200ResponseLinksRelated, bool)

GetOrganizationOk returns a tuple with the Organization field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetOrganization

func (o *SpaceLinks) SetOrganization(v V3IsolationSegmentsGuidRelationshipsOrganizationsGet200ResponseLinksRelated)

SetOrganization sets Organization field to given value.

HasOrganization

func (o *SpaceLinks) HasOrganization() bool

HasOrganization returns a boolean if a field has been set.

GetSelf

func (o *SpaceLinks) GetSelf() V3IsolationSegmentsGuidRelationshipsOrganizationsGet200ResponseLinksRelated

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

GetSelfOk

func (o *SpaceLinks) 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 *SpaceLinks) SetSelf(v V3IsolationSegmentsGuidRelationshipsOrganizationsGet200ResponseLinksRelated)

SetSelf sets Self field to given value.

HasSelf

func (o *SpaceLinks) HasSelf() bool

HasSelf returns a boolean if a field has been set.

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