Name | Type | Description | Notes |
---|---|---|---|
Relationships | V3DropletsPostRequestRelationships |
func NewV3DropletsPostRequest(relationships V3DropletsPostRequestRelationships, ) *V3DropletsPostRequest
NewV3DropletsPostRequest instantiates a new V3DropletsPostRequest 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 NewV3DropletsPostRequestWithDefaults() *V3DropletsPostRequest
NewV3DropletsPostRequestWithDefaults instantiates a new V3DropletsPostRequest 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 *V3DropletsPostRequest) GetRelationships() V3DropletsPostRequestRelationships
GetRelationships returns the Relationships field if non-nil, zero value otherwise.
func (o *V3DropletsPostRequest) GetRelationshipsOk() (*V3DropletsPostRequestRelationships, bool)
GetRelationshipsOk returns a tuple with the Relationships field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V3DropletsPostRequest) SetRelationships(v V3DropletsPostRequestRelationships)
SetRelationships sets Relationships field to given value.