Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.79 KB

V3DropletsPostRequest.md

File metadata and controls

51 lines (28 loc) · 1.79 KB

V3DropletsPostRequest

Properties

Name Type Description Notes
Relationships V3DropletsPostRequestRelationships

Methods

NewV3DropletsPostRequest

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

NewV3DropletsPostRequestWithDefaults

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

GetRelationships

func (o *V3DropletsPostRequest) GetRelationships() V3DropletsPostRequestRelationships

GetRelationships returns the Relationships field if non-nil, zero value otherwise.

GetRelationshipsOk

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.

SetRelationships

func (o *V3DropletsPostRequest) SetRelationships(v V3DropletsPostRequestRelationships)

SetRelationships sets Relationships field to given value.

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