Name | Type | Description | Notes |
---|---|---|---|
Count | Pointer to int32 | [optional] | |
Range | Pointer to string | [optional] | |
List | Pointer to []string | [optional] |
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
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
func (o *V0040StepNodes) GetCount() int32
GetCount returns the Count field if non-nil, zero value otherwise.
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.
func (o *V0040StepNodes) SetCount(v int32)
SetCount sets Count field to given value.
func (o *V0040StepNodes) HasCount() bool
HasCount returns a boolean if a field has been set.
func (o *V0040StepNodes) GetRange() string
GetRange returns the Range field if non-nil, zero value otherwise.
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.
func (o *V0040StepNodes) SetRange(v string)
SetRange sets Range field to given value.
func (o *V0040StepNodes) HasRange() bool
HasRange returns a boolean if a field has been set.
func (o *V0040StepNodes) GetList() []string
GetList returns the List field if non-nil, zero value otherwise.
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.
func (o *V0040StepNodes) SetList(v []string)
SetList sets List field to given value.
func (o *V0040StepNodes) HasList() bool
HasList returns a boolean if a field has been set.