Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.89 KB

InstancesBatchCreateInput.md

File metadata and controls

56 lines (31 loc) · 1.89 KB

InstancesBatchCreateInput

Properties

Name Type Description Notes
Batches Pointer to []InstancesBatchCreateInputBatchesInner [optional]

Methods

NewInstancesBatchCreateInput

func NewInstancesBatchCreateInput() *InstancesBatchCreateInput

NewInstancesBatchCreateInput instantiates a new InstancesBatchCreateInput 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

NewInstancesBatchCreateInputWithDefaults

func NewInstancesBatchCreateInputWithDefaults() *InstancesBatchCreateInput

NewInstancesBatchCreateInputWithDefaults instantiates a new InstancesBatchCreateInput 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

GetBatches

func (o *InstancesBatchCreateInput) GetBatches() []InstancesBatchCreateInputBatchesInner

GetBatches returns the Batches field if non-nil, zero value otherwise.

GetBatchesOk

func (o *InstancesBatchCreateInput) GetBatchesOk() (*[]InstancesBatchCreateInputBatchesInner, bool)

GetBatchesOk returns a tuple with the Batches field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetBatches

func (o *InstancesBatchCreateInput) SetBatches(v []InstancesBatchCreateInputBatchesInner)

SetBatches sets Batches field to given value.

HasBatches

func (o *InstancesBatchCreateInput) HasBatches() bool

HasBatches returns a boolean if a field has been set.

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