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

     1  # MultipleSeriesDataLocationUnix
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Total** | **int64** | 検索条件にマッチする全結果数 | 
     8  **Data** | [**[]SeriesDataLocationUnix**](SeriesDataLocationUnix.md) | 時系列データ配列。データが0件の場合は空配列。 | 
     9  
    10  ## Methods
    11  
    12  ### NewMultipleSeriesDataLocationUnix
    13  
    14  `func NewMultipleSeriesDataLocationUnix(total int64, data []SeriesDataLocationUnix, ) *MultipleSeriesDataLocationUnix`
    15  
    16  NewMultipleSeriesDataLocationUnix instantiates a new MultipleSeriesDataLocationUnix 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  ### NewMultipleSeriesDataLocationUnixWithDefaults
    22  
    23  `func NewMultipleSeriesDataLocationUnixWithDefaults() *MultipleSeriesDataLocationUnix`
    24  
    25  NewMultipleSeriesDataLocationUnixWithDefaults instantiates a new MultipleSeriesDataLocationUnix 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  ### GetTotal
    30  
    31  `func (o *MultipleSeriesDataLocationUnix) GetTotal() int64`
    32  
    33  GetTotal returns the Total field if non-nil, zero value otherwise.
    34  
    35  ### GetTotalOk
    36  
    37  `func (o *MultipleSeriesDataLocationUnix) GetTotalOk() (*int64, bool)`
    38  
    39  GetTotalOk returns a tuple with the Total field if it's non-nil, zero value otherwise
    40  and a boolean to check if the value has been set.
    41  
    42  ### SetTotal
    43  
    44  `func (o *MultipleSeriesDataLocationUnix) SetTotal(v int64)`
    45  
    46  SetTotal sets Total field to given value.
    47  
    48  
    49  ### GetData
    50  
    51  `func (o *MultipleSeriesDataLocationUnix) GetData() []SeriesDataLocationUnix`
    52  
    53  GetData returns the Data field if non-nil, zero value otherwise.
    54  
    55  ### GetDataOk
    56  
    57  `func (o *MultipleSeriesDataLocationUnix) GetDataOk() (*[]SeriesDataLocationUnix, bool)`
    58  
    59  GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise
    60  and a boolean to check if the value has been set.
    61  
    62  ### SetData
    63  
    64  `func (o *MultipleSeriesDataLocationUnix) SetData(v []SeriesDataLocationUnix)`
    65  
    66  SetData sets Data field to given value.
    67  
    68  
    69  ### SetDataNil
    70  
    71  `func (o *MultipleSeriesDataLocationUnix) SetDataNil(b bool)`
    72  
    73   SetDataNil sets the value for Data to be an explicit nil
    74  
    75  ### UnsetData
    76  `func (o *MultipleSeriesDataLocationUnix) UnsetData()`
    77  
    78  UnsetData ensures that no value is present for Data, not even an explicit nil
    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