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

     1  # CollectionLatest
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **ResourceOwnerId** | Pointer to **string** |  | [optional] 
     8  **Location** | Pointer to [**CollectionLocation**](CollectionLocation.md) |  | [optional] 
     9  **Measurements** | Pointer to **map[string]interface{}** |  | [optional] 
    10  **SeriesId** | Pointer to **string** |  | [optional] 
    11  **Timestamp** | Pointer to **string** |  | [optional] 
    12  **Image** | Pointer to **string** |  | [optional] 
    13  **ImageType** | Pointer to **string** |  | [optional] 
    14  
    15  ## Methods
    16  
    17  ### NewCollectionLatest
    18  
    19  `func NewCollectionLatest() *CollectionLatest`
    20  
    21  NewCollectionLatest instantiates a new CollectionLatest object
    22  This constructor will assign default values to properties that have it defined,
    23  and makes sure properties required by API are set, but the set of arguments
    24  will change when the set of required properties is changed
    25  
    26  ### NewCollectionLatestWithDefaults
    27  
    28  `func NewCollectionLatestWithDefaults() *CollectionLatest`
    29  
    30  NewCollectionLatestWithDefaults instantiates a new CollectionLatest object
    31  This constructor will only assign default values to properties that have it defined,
    32  but it doesn't guarantee that properties required by API are set
    33  
    34  ### GetResourceOwnerId
    35  
    36  `func (o *CollectionLatest) GetResourceOwnerId() string`
    37  
    38  GetResourceOwnerId returns the ResourceOwnerId field if non-nil, zero value otherwise.
    39  
    40  ### GetResourceOwnerIdOk
    41  
    42  `func (o *CollectionLatest) GetResourceOwnerIdOk() (*string, bool)`
    43  
    44  GetResourceOwnerIdOk returns a tuple with the ResourceOwnerId field if it's non-nil, zero value otherwise
    45  and a boolean to check if the value has been set.
    46  
    47  ### SetResourceOwnerId
    48  
    49  `func (o *CollectionLatest) SetResourceOwnerId(v string)`
    50  
    51  SetResourceOwnerId sets ResourceOwnerId field to given value.
    52  
    53  ### HasResourceOwnerId
    54  
    55  `func (o *CollectionLatest) HasResourceOwnerId() bool`
    56  
    57  HasResourceOwnerId returns a boolean if a field has been set.
    58  
    59  ### GetLocation
    60  
    61  `func (o *CollectionLatest) GetLocation() CollectionLocation`
    62  
    63  GetLocation returns the Location field if non-nil, zero value otherwise.
    64  
    65  ### GetLocationOk
    66  
    67  `func (o *CollectionLatest) GetLocationOk() (*CollectionLocation, bool)`
    68  
    69  GetLocationOk returns a tuple with the Location field if it's non-nil, zero value otherwise
    70  and a boolean to check if the value has been set.
    71  
    72  ### SetLocation
    73  
    74  `func (o *CollectionLatest) SetLocation(v CollectionLocation)`
    75  
    76  SetLocation sets Location field to given value.
    77  
    78  ### HasLocation
    79  
    80  `func (o *CollectionLatest) HasLocation() bool`
    81  
    82  HasLocation returns a boolean if a field has been set.
    83  
    84  ### GetMeasurements
    85  
    86  `func (o *CollectionLatest) GetMeasurements() map[string]interface{}`
    87  
    88  GetMeasurements returns the Measurements field if non-nil, zero value otherwise.
    89  
    90  ### GetMeasurementsOk
    91  
    92  `func (o *CollectionLatest) GetMeasurementsOk() (*map[string]interface{}, bool)`
    93  
    94  GetMeasurementsOk returns a tuple with the Measurements field if it's non-nil, zero value otherwise
    95  and a boolean to check if the value has been set.
    96  
    97  ### SetMeasurements
    98  
    99  `func (o *CollectionLatest) SetMeasurements(v map[string]interface{})`
   100  
   101  SetMeasurements sets Measurements field to given value.
   102  
   103  ### HasMeasurements
   104  
   105  `func (o *CollectionLatest) HasMeasurements() bool`
   106  
   107  HasMeasurements returns a boolean if a field has been set.
   108  
   109  ### GetSeriesId
   110  
   111  `func (o *CollectionLatest) GetSeriesId() string`
   112  
   113  GetSeriesId returns the SeriesId field if non-nil, zero value otherwise.
   114  
   115  ### GetSeriesIdOk
   116  
   117  `func (o *CollectionLatest) GetSeriesIdOk() (*string, bool)`
   118  
   119  GetSeriesIdOk returns a tuple with the SeriesId field if it's non-nil, zero value otherwise
   120  and a boolean to check if the value has been set.
   121  
   122  ### SetSeriesId
   123  
   124  `func (o *CollectionLatest) SetSeriesId(v string)`
   125  
   126  SetSeriesId sets SeriesId field to given value.
   127  
   128  ### HasSeriesId
   129  
   130  `func (o *CollectionLatest) HasSeriesId() bool`
   131  
   132  HasSeriesId returns a boolean if a field has been set.
   133  
   134  ### GetTimestamp
   135  
   136  `func (o *CollectionLatest) GetTimestamp() string`
   137  
   138  GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.
   139  
   140  ### GetTimestampOk
   141  
   142  `func (o *CollectionLatest) GetTimestampOk() (*string, bool)`
   143  
   144  GetTimestampOk returns a tuple with the Timestamp field if it's non-nil, zero value otherwise
   145  and a boolean to check if the value has been set.
   146  
   147  ### SetTimestamp
   148  
   149  `func (o *CollectionLatest) SetTimestamp(v string)`
   150  
   151  SetTimestamp sets Timestamp field to given value.
   152  
   153  ### HasTimestamp
   154  
   155  `func (o *CollectionLatest) HasTimestamp() bool`
   156  
   157  HasTimestamp returns a boolean if a field has been set.
   158  
   159  ### GetImage
   160  
   161  `func (o *CollectionLatest) GetImage() string`
   162  
   163  GetImage returns the Image field if non-nil, zero value otherwise.
   164  
   165  ### GetImageOk
   166  
   167  `func (o *CollectionLatest) GetImageOk() (*string, bool)`
   168  
   169  GetImageOk returns a tuple with the Image field if it's non-nil, zero value otherwise
   170  and a boolean to check if the value has been set.
   171  
   172  ### SetImage
   173  
   174  `func (o *CollectionLatest) SetImage(v string)`
   175  
   176  SetImage sets Image field to given value.
   177  
   178  ### HasImage
   179  
   180  `func (o *CollectionLatest) HasImage() bool`
   181  
   182  HasImage returns a boolean if a field has been set.
   183  
   184  ### GetImageType
   185  
   186  `func (o *CollectionLatest) GetImageType() string`
   187  
   188  GetImageType returns the ImageType field if non-nil, zero value otherwise.
   189  
   190  ### GetImageTypeOk
   191  
   192  `func (o *CollectionLatest) GetImageTypeOk() (*string, bool)`
   193  
   194  GetImageTypeOk returns a tuple with the ImageType field if it's non-nil, zero value otherwise
   195  and a boolean to check if the value has been set.
   196  
   197  ### SetImageType
   198  
   199  `func (o *CollectionLatest) SetImageType(v string)`
   200  
   201  SetImageType sets ImageType field to given value.
   202  
   203  ### HasImageType
   204  
   205  `func (o *CollectionLatest) HasImageType() bool`
   206  
   207  HasImageType returns a boolean if a field has been set.
   208  
   209  
   210  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
   211  
   212