github.com/optim-corp/cios-golang-sdk@v0.5.1/cios/docs/NodeRequest.md (about)

     1  # NodeRequest
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Name** | **string** |  | 
     8  **ParentNodeId** | Pointer to **string** |  | [optional] 
     9  
    10  ## Methods
    11  
    12  ### NewNodeRequest
    13  
    14  `func NewNodeRequest(name string, ) *NodeRequest`
    15  
    16  NewNodeRequest instantiates a new NodeRequest object
    17  This constructor will assign default values to properties that have it defined,
    18  and makes sure properties required by API are set, but the set of arguments
    19  will change when the set of required properties is changed
    20  
    21  ### NewNodeRequestWithDefaults
    22  
    23  `func NewNodeRequestWithDefaults() *NodeRequest`
    24  
    25  NewNodeRequestWithDefaults instantiates a new NodeRequest object
    26  This constructor will only assign default values to properties that have it defined,
    27  but it doesn't guarantee that properties required by API are set
    28  
    29  ### GetName
    30  
    31  `func (o *NodeRequest) GetName() string`
    32  
    33  GetName returns the Name field if non-nil, zero value otherwise.
    34  
    35  ### GetNameOk
    36  
    37  `func (o *NodeRequest) GetNameOk() (*string, bool)`
    38  
    39  GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise
    40  and a boolean to check if the value has been set.
    41  
    42  ### SetName
    43  
    44  `func (o *NodeRequest) SetName(v string)`
    45  
    46  SetName sets Name field to given value.
    47  
    48  
    49  ### GetParentNodeId
    50  
    51  `func (o *NodeRequest) GetParentNodeId() string`
    52  
    53  GetParentNodeId returns the ParentNodeId field if non-nil, zero value otherwise.
    54  
    55  ### GetParentNodeIdOk
    56  
    57  `func (o *NodeRequest) GetParentNodeIdOk() (*string, bool)`
    58  
    59  GetParentNodeIdOk returns a tuple with the ParentNodeId field if it's non-nil, zero value otherwise
    60  and a boolean to check if the value has been set.
    61  
    62  ### SetParentNodeId
    63  
    64  `func (o *NodeRequest) SetParentNodeId(v string)`
    65  
    66  SetParentNodeId sets ParentNodeId field to given value.
    67  
    68  ### HasParentNodeId
    69  
    70  `func (o *NodeRequest) HasParentNodeId() bool`
    71  
    72  HasParentNodeId returns a boolean if a field has been set.
    73  
    74  
    75  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    76  
    77