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

     1  # SeriesDataLocationUnix
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Location** | Pointer to [**NullableSeriesDataLocation**](SeriesDataLocation.md) |  | [optional] 
     8  **Measurements** | Pointer to **map[string]map[string]interface{}** | 計測値。送信可能なプロパティはcollectionによって異なる。 collectionごとの定義は[Available Collections](./docs/available-collections.html)を参照。  以下の場合はリクエスト不正となる。 - collectionに定義されていないプロパティがmeasurementsに含まれる場合 - measurementsのJSON Objectのサイズが350KB以上の場合 | [optional] 
     9  **Timestamp** | Pointer to **string** |  | [optional] 
    10  
    11  ## Methods
    12  
    13  ### NewSeriesDataLocationUnix
    14  
    15  `func NewSeriesDataLocationUnix() *SeriesDataLocationUnix`
    16  
    17  NewSeriesDataLocationUnix instantiates a new SeriesDataLocationUnix 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  ### NewSeriesDataLocationUnixWithDefaults
    23  
    24  `func NewSeriesDataLocationUnixWithDefaults() *SeriesDataLocationUnix`
    25  
    26  NewSeriesDataLocationUnixWithDefaults instantiates a new SeriesDataLocationUnix 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  ### GetLocation
    31  
    32  `func (o *SeriesDataLocationUnix) GetLocation() SeriesDataLocation`
    33  
    34  GetLocation returns the Location field if non-nil, zero value otherwise.
    35  
    36  ### GetLocationOk
    37  
    38  `func (o *SeriesDataLocationUnix) GetLocationOk() (*SeriesDataLocation, bool)`
    39  
    40  GetLocationOk returns a tuple with the Location field if it's non-nil, zero value otherwise
    41  and a boolean to check if the value has been set.
    42  
    43  ### SetLocation
    44  
    45  `func (o *SeriesDataLocationUnix) SetLocation(v SeriesDataLocation)`
    46  
    47  SetLocation sets Location field to given value.
    48  
    49  ### HasLocation
    50  
    51  `func (o *SeriesDataLocationUnix) HasLocation() bool`
    52  
    53  HasLocation returns a boolean if a field has been set.
    54  
    55  ### SetLocationNil
    56  
    57  `func (o *SeriesDataLocationUnix) SetLocationNil(b bool)`
    58  
    59   SetLocationNil sets the value for Location to be an explicit nil
    60  
    61  ### UnsetLocation
    62  `func (o *SeriesDataLocationUnix) UnsetLocation()`
    63  
    64  UnsetLocation ensures that no value is present for Location, not even an explicit nil
    65  ### GetMeasurements
    66  
    67  `func (o *SeriesDataLocationUnix) GetMeasurements() map[string]map[string]interface{}`
    68  
    69  GetMeasurements returns the Measurements field if non-nil, zero value otherwise.
    70  
    71  ### GetMeasurementsOk
    72  
    73  `func (o *SeriesDataLocationUnix) GetMeasurementsOk() (*map[string]map[string]interface{}, bool)`
    74  
    75  GetMeasurementsOk returns a tuple with the Measurements field if it's non-nil, zero value otherwise
    76  and a boolean to check if the value has been set.
    77  
    78  ### SetMeasurements
    79  
    80  `func (o *SeriesDataLocationUnix) SetMeasurements(v map[string]map[string]interface{})`
    81  
    82  SetMeasurements sets Measurements field to given value.
    83  
    84  ### HasMeasurements
    85  
    86  `func (o *SeriesDataLocationUnix) HasMeasurements() bool`
    87  
    88  HasMeasurements returns a boolean if a field has been set.
    89  
    90  ### GetTimestamp
    91  
    92  `func (o *SeriesDataLocationUnix) GetTimestamp() string`
    93  
    94  GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.
    95  
    96  ### GetTimestampOk
    97  
    98  `func (o *SeriesDataLocationUnix) GetTimestampOk() (*string, bool)`
    99  
   100  GetTimestampOk returns a tuple with the Timestamp field if it's non-nil, zero value otherwise
   101  and a boolean to check if the value has been set.
   102  
   103  ### SetTimestamp
   104  
   105  `func (o *SeriesDataLocationUnix) SetTimestamp(v string)`
   106  
   107  SetTimestamp sets Timestamp field to given value.
   108  
   109  ### HasTimestamp
   110  
   111  `func (o *SeriesDataLocationUnix) HasTimestamp() bool`
   112  
   113  HasTimestamp returns a boolean if a field has been set.
   114  
   115  
   116  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
   117  
   118