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

     1  # MultipleDataStoreDataLatest
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Total** | Pointer to **float32** |  | [optional] 
     8  **Objects** | Pointer to [**[]PackerFormatJson**](PackerFormatJson.md) |  | [optional] 
     9  **Errors** | Pointer to [**[]DataError**](DataError.md) |  | [optional] 
    10  
    11  ## Methods
    12  
    13  ### NewMultipleDataStoreDataLatest
    14  
    15  `func NewMultipleDataStoreDataLatest() *MultipleDataStoreDataLatest`
    16  
    17  NewMultipleDataStoreDataLatest instantiates a new MultipleDataStoreDataLatest object
    18  This constructor will assign default values to properties that have it defined,
    19  and makes sure properties required by API are set, but the set of arguments
    20  will change when the set of required properties is changed
    21  
    22  ### NewMultipleDataStoreDataLatestWithDefaults
    23  
    24  `func NewMultipleDataStoreDataLatestWithDefaults() *MultipleDataStoreDataLatest`
    25  
    26  NewMultipleDataStoreDataLatestWithDefaults instantiates a new MultipleDataStoreDataLatest object
    27  This constructor will only assign default values to properties that have it defined,
    28  but it doesn't guarantee that properties required by API are set
    29  
    30  ### GetTotal
    31  
    32  `func (o *MultipleDataStoreDataLatest) GetTotal() float32`
    33  
    34  GetTotal returns the Total field if non-nil, zero value otherwise.
    35  
    36  ### GetTotalOk
    37  
    38  `func (o *MultipleDataStoreDataLatest) GetTotalOk() (*float32, bool)`
    39  
    40  GetTotalOk returns a tuple with the Total field if it's non-nil, zero value otherwise
    41  and a boolean to check if the value has been set.
    42  
    43  ### SetTotal
    44  
    45  `func (o *MultipleDataStoreDataLatest) SetTotal(v float32)`
    46  
    47  SetTotal sets Total field to given value.
    48  
    49  ### HasTotal
    50  
    51  `func (o *MultipleDataStoreDataLatest) HasTotal() bool`
    52  
    53  HasTotal returns a boolean if a field has been set.
    54  
    55  ### GetObjects
    56  
    57  `func (o *MultipleDataStoreDataLatest) GetObjects() []PackerFormatJson`
    58  
    59  GetObjects returns the Objects field if non-nil, zero value otherwise.
    60  
    61  ### GetObjectsOk
    62  
    63  `func (o *MultipleDataStoreDataLatest) GetObjectsOk() (*[]PackerFormatJson, bool)`
    64  
    65  GetObjectsOk returns a tuple with the Objects field if it's non-nil, zero value otherwise
    66  and a boolean to check if the value has been set.
    67  
    68  ### SetObjects
    69  
    70  `func (o *MultipleDataStoreDataLatest) SetObjects(v []PackerFormatJson)`
    71  
    72  SetObjects sets Objects field to given value.
    73  
    74  ### HasObjects
    75  
    76  `func (o *MultipleDataStoreDataLatest) HasObjects() bool`
    77  
    78  HasObjects returns a boolean if a field has been set.
    79  
    80  ### GetErrors
    81  
    82  `func (o *MultipleDataStoreDataLatest) GetErrors() []DataError`
    83  
    84  GetErrors returns the Errors field if non-nil, zero value otherwise.
    85  
    86  ### GetErrorsOk
    87  
    88  `func (o *MultipleDataStoreDataLatest) GetErrorsOk() (*[]DataError, bool)`
    89  
    90  GetErrorsOk returns a tuple with the Errors field if it's non-nil, zero value otherwise
    91  and a boolean to check if the value has been set.
    92  
    93  ### SetErrors
    94  
    95  `func (o *MultipleDataStoreDataLatest) SetErrors(v []DataError)`
    96  
    97  SetErrors sets Errors field to given value.
    98  
    99  ### HasErrors
   100  
   101  `func (o *MultipleDataStoreDataLatest) HasErrors() bool`
   102  
   103  HasErrors returns a boolean if a field has been set.
   104  
   105  
   106  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
   107  
   108