Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.15 KB

CreateNodes200ResponseData.md

File metadata and controls

72 lines (39 loc) · 2.15 KB

CreateNodes200ResponseData

Properties

Name Type Description Notes
Created []string
Failed []string

Methods

NewCreateNodes200ResponseData

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

NewCreateNodes200ResponseDataWithDefaults

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

GetCreated

func (o *CreateNodes200ResponseData) GetCreated() []string

GetCreated returns the Created field if non-nil, zero value otherwise.

GetCreatedOk

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.

SetCreated

func (o *CreateNodes200ResponseData) SetCreated(v []string)

SetCreated sets Created field to given value.

GetFailed

func (o *CreateNodes200ResponseData) GetFailed() []string

GetFailed returns the Failed field if non-nil, zero value otherwise.

GetFailedOk

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.

SetFailed

func (o *CreateNodes200ResponseData) SetFailed(v []string)

SetFailed sets Failed field to given value.

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