Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.7 KB

V0040StepNodes.md

File metadata and controls

108 lines (59 loc) · 2.7 KB

V0040StepNodes

Properties

Name Type Description Notes
Count Pointer to int32 [optional]
Range Pointer to string [optional]
List Pointer to []string [optional]

Methods

NewV0040StepNodes

func NewV0040StepNodes() *V0040StepNodes

NewV0040StepNodes instantiates a new V0040StepNodes 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

NewV0040StepNodesWithDefaults

func NewV0040StepNodesWithDefaults() *V0040StepNodes

NewV0040StepNodesWithDefaults instantiates a new V0040StepNodes 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

GetCount

func (o *V0040StepNodes) GetCount() int32

GetCount returns the Count field if non-nil, zero value otherwise.

GetCountOk

func (o *V0040StepNodes) GetCountOk() (*int32, bool)

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

SetCount

func (o *V0040StepNodes) SetCount(v int32)

SetCount sets Count field to given value.

HasCount

func (o *V0040StepNodes) HasCount() bool

HasCount returns a boolean if a field has been set.

GetRange

func (o *V0040StepNodes) GetRange() string

GetRange returns the Range field if non-nil, zero value otherwise.

GetRangeOk

func (o *V0040StepNodes) GetRangeOk() (*string, bool)

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

SetRange

func (o *V0040StepNodes) SetRange(v string)

SetRange sets Range field to given value.

HasRange

func (o *V0040StepNodes) HasRange() bool

HasRange returns a boolean if a field has been set.

GetList

func (o *V0040StepNodes) GetList() []string

GetList returns the List field if non-nil, zero value otherwise.

GetListOk

func (o *V0040StepNodes) GetListOk() (*[]string, bool)

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

SetList

func (o *V0040StepNodes) SetList(v []string)

SetList sets List field to given value.

HasList

func (o *V0040StepNodes) HasList() bool

HasList returns a boolean if a field has been set.

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