Name | Type | Description | Notes |
---|---|---|---|
App | Pointer to V3AppsPostRequestRelationshipsSpace | [optional] |
func NewV3AppsGuidDropletsCurrentGet200ResponseRelationships() *V3AppsGuidDropletsCurrentGet200ResponseRelationships
NewV3AppsGuidDropletsCurrentGet200ResponseRelationships instantiates a new V3AppsGuidDropletsCurrentGet200ResponseRelationships 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 NewV3AppsGuidDropletsCurrentGet200ResponseRelationshipsWithDefaults() *V3AppsGuidDropletsCurrentGet200ResponseRelationships
NewV3AppsGuidDropletsCurrentGet200ResponseRelationshipsWithDefaults instantiates a new V3AppsGuidDropletsCurrentGet200ResponseRelationships 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 *V3AppsGuidDropletsCurrentGet200ResponseRelationships) GetApp() V3AppsPostRequestRelationshipsSpace
GetApp returns the App field if non-nil, zero value otherwise.
func (o *V3AppsGuidDropletsCurrentGet200ResponseRelationships) GetAppOk() (*V3AppsPostRequestRelationshipsSpace, bool)
GetAppOk returns a tuple with the App field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V3AppsGuidDropletsCurrentGet200ResponseRelationships) SetApp(v V3AppsPostRequestRelationshipsSpace)
SetApp sets App field to given value.
func (o *V3AppsGuidDropletsCurrentGet200ResponseRelationships) HasApp() bool
HasApp returns a boolean if a field has been set.