Name | Type | Description | Notes |
---|---|---|---|
ApplyManifest | Pointer to DropletLinksAssignCurrentDroplet | [optional] | |
Features | Pointer to V3IsolationSegmentsGuidRelationshipsOrganizationsGet200ResponseLinksRelated | [optional] | |
Organization | Pointer to V3IsolationSegmentsGuidRelationshipsOrganizationsGet200ResponseLinksRelated | [optional] | |
Self | Pointer to V3IsolationSegmentsGuidRelationshipsOrganizationsGet200ResponseLinksRelated | [optional] |
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
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
func (o *SpaceLinks) GetApplyManifest() DropletLinksAssignCurrentDroplet
GetApplyManifest returns the ApplyManifest field if non-nil, zero value otherwise.
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.
func (o *SpaceLinks) SetApplyManifest(v DropletLinksAssignCurrentDroplet)
SetApplyManifest sets ApplyManifest field to given value.
func (o *SpaceLinks) HasApplyManifest() bool
HasApplyManifest returns a boolean if a field has been set.
func (o *SpaceLinks) GetFeatures() V3IsolationSegmentsGuidRelationshipsOrganizationsGet200ResponseLinksRelated
GetFeatures returns the Features field if non-nil, zero value otherwise.
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.
func (o *SpaceLinks) SetFeatures(v V3IsolationSegmentsGuidRelationshipsOrganizationsGet200ResponseLinksRelated)
SetFeatures sets Features field to given value.
func (o *SpaceLinks) HasFeatures() bool
HasFeatures returns a boolean if a field has been set.
func (o *SpaceLinks) GetOrganization() V3IsolationSegmentsGuidRelationshipsOrganizationsGet200ResponseLinksRelated
GetOrganization returns the Organization field if non-nil, zero value otherwise.
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.
func (o *SpaceLinks) SetOrganization(v V3IsolationSegmentsGuidRelationshipsOrganizationsGet200ResponseLinksRelated)
SetOrganization sets Organization field to given value.
func (o *SpaceLinks) HasOrganization() bool
HasOrganization returns a boolean if a field has been set.
func (o *SpaceLinks) GetSelf() V3IsolationSegmentsGuidRelationshipsOrganizationsGet200ResponseLinksRelated
GetSelf returns the Self field if non-nil, zero value otherwise.
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.
func (o *SpaceLinks) SetSelf(v V3IsolationSegmentsGuidRelationshipsOrganizationsGet200ResponseLinksRelated)
SetSelf sets Self field to given value.
func (o *SpaceLinks) HasSelf() bool
HasSelf returns a boolean if a field has been set.