Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.27 KB

V3AppsGuidActionsRestartPost200ResponseRelationships.md

File metadata and controls

82 lines (45 loc) · 3.27 KB

V3AppsGuidActionsRestartPost200ResponseRelationships

Properties

Name Type Description Notes
CurrentDroplet Pointer to V3AppsPostRequestRelationshipsSpace [optional]
Space Pointer to V3AppsPostRequestRelationshipsSpace [optional]

Methods

NewV3AppsGuidActionsRestartPost200ResponseRelationships

func NewV3AppsGuidActionsRestartPost200ResponseRelationships() *V3AppsGuidActionsRestartPost200ResponseRelationships

NewV3AppsGuidActionsRestartPost200ResponseRelationships instantiates a new V3AppsGuidActionsRestartPost200ResponseRelationships 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

NewV3AppsGuidActionsRestartPost200ResponseRelationshipsWithDefaults

func NewV3AppsGuidActionsRestartPost200ResponseRelationshipsWithDefaults() *V3AppsGuidActionsRestartPost200ResponseRelationships

NewV3AppsGuidActionsRestartPost200ResponseRelationshipsWithDefaults instantiates a new V3AppsGuidActionsRestartPost200ResponseRelationships 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

GetCurrentDroplet

func (o *V3AppsGuidActionsRestartPost200ResponseRelationships) GetCurrentDroplet() V3AppsPostRequestRelationshipsSpace

GetCurrentDroplet returns the CurrentDroplet field if non-nil, zero value otherwise.

GetCurrentDropletOk

func (o *V3AppsGuidActionsRestartPost200ResponseRelationships) GetCurrentDropletOk() (*V3AppsPostRequestRelationshipsSpace, bool)

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

SetCurrentDroplet

func (o *V3AppsGuidActionsRestartPost200ResponseRelationships) SetCurrentDroplet(v V3AppsPostRequestRelationshipsSpace)

SetCurrentDroplet sets CurrentDroplet field to given value.

HasCurrentDroplet

func (o *V3AppsGuidActionsRestartPost200ResponseRelationships) HasCurrentDroplet() bool

HasCurrentDroplet returns a boolean if a field has been set.

GetSpace

func (o *V3AppsGuidActionsRestartPost200ResponseRelationships) GetSpace() V3AppsPostRequestRelationshipsSpace

GetSpace returns the Space field if non-nil, zero value otherwise.

GetSpaceOk

func (o *V3AppsGuidActionsRestartPost200ResponseRelationships) GetSpaceOk() (*V3AppsPostRequestRelationshipsSpace, bool)

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

SetSpace

func (o *V3AppsGuidActionsRestartPost200ResponseRelationships) SetSpace(v V3AppsPostRequestRelationshipsSpace)

SetSpace sets Space field to given value.

HasSpace

func (o *V3AppsGuidActionsRestartPost200ResponseRelationships) HasSpace() bool

HasSpace returns a boolean if a field has been set.

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