Name | Type | Description | Notes |
---|---|---|---|
ResponseId | Pointer to string | ID запроса | [optional] |
Meta | SchemasMeta | ||
Nodes | []NodeOut | Массив объектов Нода |
func NewNodesResponse(meta SchemasMeta, nodes []NodeOut, ) *NodesResponse
NewNodesResponse instantiates a new NodesResponse 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 NewNodesResponseWithDefaults() *NodesResponse
NewNodesResponseWithDefaults instantiates a new NodesResponse 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 *NodesResponse) GetResponseId() string
GetResponseId returns the ResponseId field if non-nil, zero value otherwise.
func (o *NodesResponse) GetResponseIdOk() (*string, bool)
GetResponseIdOk returns a tuple with the ResponseId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NodesResponse) SetResponseId(v string)
SetResponseId sets ResponseId field to given value.
func (o *NodesResponse) HasResponseId() bool
HasResponseId returns a boolean if a field has been set.
func (o *NodesResponse) GetMeta() SchemasMeta
GetMeta returns the Meta field if non-nil, zero value otherwise.
func (o *NodesResponse) GetMetaOk() (*SchemasMeta, bool)
GetMetaOk returns a tuple with the Meta field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NodesResponse) SetMeta(v SchemasMeta)
SetMeta sets Meta field to given value.
func (o *NodesResponse) GetNodes() []NodeOut
GetNodes returns the Nodes field if non-nil, zero value otherwise.
func (o *NodesResponse) GetNodesOk() (*[]NodeOut, bool)
GetNodesOk returns a tuple with the Nodes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NodesResponse) SetNodes(v []NodeOut)
SetNodes sets Nodes field to given value.