Name | Type | Description | Notes |
---|---|---|---|
Created | []string | ||
Failed | []string |
func NewCreateNodes200ResponseData(created []string, failed []string, ) *CreateNodes200ResponseData
NewCreateNodes200ResponseData instantiates a new CreateNodes200ResponseData 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 NewCreateNodes200ResponseDataWithDefaults() *CreateNodes200ResponseData
NewCreateNodes200ResponseDataWithDefaults instantiates a new CreateNodes200ResponseData 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 *CreateNodes200ResponseData) GetCreated() []string
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *CreateNodes200ResponseData) GetCreatedOk() (*[]string, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateNodes200ResponseData) SetCreated(v []string)
SetCreated sets Created field to given value.
func (o *CreateNodes200ResponseData) GetFailed() []string
GetFailed returns the Failed field if non-nil, zero value otherwise.
func (o *CreateNodes200ResponseData) GetFailedOk() (*[]string, bool)
GetFailedOk returns a tuple with the Failed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateNodes200ResponseData) SetFailed(v []string)
SetFailed sets Failed field to given value.