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

     1  # SeriesRequest
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Location** | Pointer to [**CollectionLocation**](CollectionLocation.md) |  | [optional] 
     8  **Measurements** | Pointer to **map[string]map[string]interface{}** |  | [optional] 
     9  **SeriesId** | **string** |  | 
    10  **Timestamp** | **int64** |  | 
    11  
    12  ## Methods
    13  
    14  ### NewSeriesRequest
    15  
    16  `func NewSeriesRequest(seriesId string, timestamp int64, ) *SeriesRequest`
    17  
    18  NewSeriesRequest instantiates a new SeriesRequest object
    19  This constructor will assign default values to properties that have it defined,
    20  and makes sure properties required by API are set, but the set of arguments
    21  will change when the set of required properties is changed
    22  
    23  ### NewSeriesRequestWithDefaults
    24  
    25  `func NewSeriesRequestWithDefaults() *SeriesRequest`
    26  
    27  NewSeriesRequestWithDefaults instantiates a new SeriesRequest object
    28  This constructor will only assign default values to properties that have it defined,
    29  but it doesn't guarantee that properties required by API are set
    30  
    31  ### GetLocation
    32  
    33  `func (o *SeriesRequest) GetLocation() CollectionLocation`
    34  
    35  GetLocation returns the Location field if non-nil, zero value otherwise.
    36  
    37  ### GetLocationOk
    38  
    39  `func (o *SeriesRequest) GetLocationOk() (*CollectionLocation, bool)`
    40  
    41  GetLocationOk returns a tuple with the Location field if it's non-nil, zero value otherwise
    42  and a boolean to check if the value has been set.
    43  
    44  ### SetLocation
    45  
    46  `func (o *SeriesRequest) SetLocation(v CollectionLocation)`
    47  
    48  SetLocation sets Location field to given value.
    49  
    50  ### HasLocation
    51  
    52  `func (o *SeriesRequest) HasLocation() bool`
    53  
    54  HasLocation returns a boolean if a field has been set.
    55  
    56  ### GetMeasurements
    57  
    58  `func (o *SeriesRequest) GetMeasurements() map[string]map[string]interface{}`
    59  
    60  GetMeasurements returns the Measurements field if non-nil, zero value otherwise.
    61  
    62  ### GetMeasurementsOk
    63  
    64  `func (o *SeriesRequest) GetMeasurementsOk() (*map[string]map[string]interface{}, bool)`
    65  
    66  GetMeasurementsOk returns a tuple with the Measurements field if it's non-nil, zero value otherwise
    67  and a boolean to check if the value has been set.
    68  
    69  ### SetMeasurements
    70  
    71  `func (o *SeriesRequest) SetMeasurements(v map[string]map[string]interface{})`
    72  
    73  SetMeasurements sets Measurements field to given value.
    74  
    75  ### HasMeasurements
    76  
    77  `func (o *SeriesRequest) HasMeasurements() bool`
    78  
    79  HasMeasurements returns a boolean if a field has been set.
    80  
    81  ### GetSeriesId
    82  
    83  `func (o *SeriesRequest) GetSeriesId() string`
    84  
    85  GetSeriesId returns the SeriesId field if non-nil, zero value otherwise.
    86  
    87  ### GetSeriesIdOk
    88  
    89  `func (o *SeriesRequest) GetSeriesIdOk() (*string, bool)`
    90  
    91  GetSeriesIdOk returns a tuple with the SeriesId field if it's non-nil, zero value otherwise
    92  and a boolean to check if the value has been set.
    93  
    94  ### SetSeriesId
    95  
    96  `func (o *SeriesRequest) SetSeriesId(v string)`
    97  
    98  SetSeriesId sets SeriesId field to given value.
    99  
   100  
   101  ### GetTimestamp
   102  
   103  `func (o *SeriesRequest) GetTimestamp() int64`
   104  
   105  GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.
   106  
   107  ### GetTimestampOk
   108  
   109  `func (o *SeriesRequest) GetTimestampOk() (*int64, bool)`
   110  
   111  GetTimestampOk returns a tuple with the Timestamp field if it's non-nil, zero value otherwise
   112  and a boolean to check if the value has been set.
   113  
   114  ### SetTimestamp
   115  
   116  `func (o *SeriesRequest) SetTimestamp(v int64)`
   117  
   118  SetTimestamp sets Timestamp field to given value.
   119  
   120  
   121  
   122  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
   123  
   124