Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.07 KB

File metadata and controls

108 lines (59 loc) · 3.07 KB

CreateInstancesResponse

Properties

Name Type Description Notes
Instances Pointer to []InstanceFields [optional]
Message Pointer to string [optional]
Status Pointer to bool [optional]

Methods

NewCreateInstancesResponse

func NewCreateInstancesResponse() *CreateInstancesResponse

NewCreateInstancesResponse instantiates a new CreateInstancesResponse 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

NewCreateInstancesResponseWithDefaults

func NewCreateInstancesResponseWithDefaults() *CreateInstancesResponse

NewCreateInstancesResponseWithDefaults instantiates a new CreateInstancesResponse 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

GetInstances

func (o *CreateInstancesResponse) GetInstances() []InstanceFields

GetInstances returns the Instances field if non-nil, zero value otherwise.

GetInstancesOk

func (o *CreateInstancesResponse) GetInstancesOk() (*[]InstanceFields, bool)

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

SetInstances

func (o *CreateInstancesResponse) SetInstances(v []InstanceFields)

SetInstances sets Instances field to given value.

HasInstances

func (o *CreateInstancesResponse) HasInstances() bool

HasInstances returns a boolean if a field has been set.

GetMessage

func (o *CreateInstancesResponse) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

func (o *CreateInstancesResponse) GetMessageOk() (*string, bool)

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

SetMessage

func (o *CreateInstancesResponse) SetMessage(v string)

SetMessage sets Message field to given value.

HasMessage

func (o *CreateInstancesResponse) HasMessage() bool

HasMessage returns a boolean if a field has been set.

GetStatus

func (o *CreateInstancesResponse) GetStatus() bool

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *CreateInstancesResponse) GetStatusOk() (*bool, bool)

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

SetStatus

func (o *CreateInstancesResponse) SetStatus(v bool)

SetStatus sets Status field to given value.

HasStatus

func (o *CreateInstancesResponse) HasStatus() bool

HasStatus returns a boolean if a field has been set.

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