Name | Type | Description | Notes |
---|---|---|---|
CurrentDroplet | Pointer to V3AppsPostRequestRelationshipsSpace | [optional] | |
Space | Pointer to V3AppsPostRequestRelationshipsSpace | [optional] |
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
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
func (o *V3AppsGuidActionsRestartPost200ResponseRelationships) GetCurrentDroplet() V3AppsPostRequestRelationshipsSpace
GetCurrentDroplet returns the CurrentDroplet field if non-nil, zero value otherwise.
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.
func (o *V3AppsGuidActionsRestartPost200ResponseRelationships) SetCurrentDroplet(v V3AppsPostRequestRelationshipsSpace)
SetCurrentDroplet sets CurrentDroplet field to given value.
func (o *V3AppsGuidActionsRestartPost200ResponseRelationships) HasCurrentDroplet() bool
HasCurrentDroplet returns a boolean if a field has been set.
func (o *V3AppsGuidActionsRestartPost200ResponseRelationships) GetSpace() V3AppsPostRequestRelationshipsSpace
GetSpace returns the Space field if non-nil, zero value otherwise.
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.
func (o *V3AppsGuidActionsRestartPost200ResponseRelationships) SetSpace(v V3AppsPostRequestRelationshipsSpace)
SetSpace sets Space field to given value.
func (o *V3AppsGuidActionsRestartPost200ResponseRelationships) HasSpace() bool
HasSpace returns a boolean if a field has been set.