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

     1  # NodeFile
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Size** | Pointer to **string** |  | [optional] 
     8  **Checksum** | Pointer to **string** |  | [optional] 
     9  
    10  ## Methods
    11  
    12  ### NewNodeFile
    13  
    14  `func NewNodeFile() *NodeFile`
    15  
    16  NewNodeFile instantiates a new NodeFile 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  ### NewNodeFileWithDefaults
    22  
    23  `func NewNodeFileWithDefaults() *NodeFile`
    24  
    25  NewNodeFileWithDefaults instantiates a new NodeFile 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  ### GetSize
    30  
    31  `func (o *NodeFile) GetSize() string`
    32  
    33  GetSize returns the Size field if non-nil, zero value otherwise.
    34  
    35  ### GetSizeOk
    36  
    37  `func (o *NodeFile) GetSizeOk() (*string, bool)`
    38  
    39  GetSizeOk returns a tuple with the Size field if it's non-nil, zero value otherwise
    40  and a boolean to check if the value has been set.
    41  
    42  ### SetSize
    43  
    44  `func (o *NodeFile) SetSize(v string)`
    45  
    46  SetSize sets Size field to given value.
    47  
    48  ### HasSize
    49  
    50  `func (o *NodeFile) HasSize() bool`
    51  
    52  HasSize returns a boolean if a field has been set.
    53  
    54  ### GetChecksum
    55  
    56  `func (o *NodeFile) GetChecksum() string`
    57  
    58  GetChecksum returns the Checksum field if non-nil, zero value otherwise.
    59  
    60  ### GetChecksumOk
    61  
    62  `func (o *NodeFile) GetChecksumOk() (*string, bool)`
    63  
    64  GetChecksumOk returns a tuple with the Checksum field if it's non-nil, zero value otherwise
    65  and a boolean to check if the value has been set.
    66  
    67  ### SetChecksum
    68  
    69  `func (o *NodeFile) SetChecksum(v string)`
    70  
    71  SetChecksum sets Checksum field to given value.
    72  
    73  ### HasChecksum
    74  
    75  `func (o *NodeFile) HasChecksum() bool`
    76  
    77  HasChecksum returns a boolean if a field has been set.
    78  
    79  
    80  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    81  
    82