Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.54 KB

AppRelationships.md

File metadata and controls

77 lines (42 loc) · 2.54 KB

AppRelationships

Properties

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

Methods

NewAppRelationships

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

NewAppRelationshipsWithDefaults

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

GetCurrentDroplet

func (o *AppRelationships) GetCurrentDroplet() V3DropletsPostRequestRelationshipsApp

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

GetCurrentDropletOk

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.

SetCurrentDroplet

func (o *AppRelationships) SetCurrentDroplet(v V3DropletsPostRequestRelationshipsApp)

SetCurrentDroplet sets CurrentDroplet field to given value.

HasCurrentDroplet

func (o *AppRelationships) HasCurrentDroplet() bool

HasCurrentDroplet returns a boolean if a field has been set.

GetSpace

func (o *AppRelationships) GetSpace() V3DropletsPostRequestRelationshipsApp

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

GetSpaceOk

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.

SetSpace

func (o *AppRelationships) SetSpace(v V3DropletsPostRequestRelationshipsApp)

SetSpace sets Space field to given value.

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