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