|
| 1 | +# ResponsesRollupAllSeriesResponse |
| 2 | + |
| 3 | +## Properties |
| 4 | + |
| 5 | +Name | Type | Description | Notes |
| 6 | +------------ | ------------- | ------------- | ------------- |
| 7 | +**Items** | Pointer to [**[]ResponsesRollupAllSeriesItem**](ResponsesRollupAllSeriesItem.md) | | [optional] |
| 8 | +**Time** | Pointer to **time.Time** | | [optional] |
| 9 | + |
| 10 | +## Methods |
| 11 | + |
| 12 | +### NewResponsesRollupAllSeriesResponse |
| 13 | + |
| 14 | +`func NewResponsesRollupAllSeriesResponse() *ResponsesRollupAllSeriesResponse` |
| 15 | + |
| 16 | +NewResponsesRollupAllSeriesResponse instantiates a new ResponsesRollupAllSeriesResponse 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 | +### NewResponsesRollupAllSeriesResponseWithDefaults |
| 22 | + |
| 23 | +`func NewResponsesRollupAllSeriesResponseWithDefaults() *ResponsesRollupAllSeriesResponse` |
| 24 | + |
| 25 | +NewResponsesRollupAllSeriesResponseWithDefaults instantiates a new ResponsesRollupAllSeriesResponse 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 | +### GetItems |
| 30 | + |
| 31 | +`func (o *ResponsesRollupAllSeriesResponse) GetItems() []ResponsesRollupAllSeriesItem` |
| 32 | + |
| 33 | +GetItems returns the Items field if non-nil, zero value otherwise. |
| 34 | + |
| 35 | +### GetItemsOk |
| 36 | + |
| 37 | +`func (o *ResponsesRollupAllSeriesResponse) GetItemsOk() (*[]ResponsesRollupAllSeriesItem, bool)` |
| 38 | + |
| 39 | +GetItemsOk returns a tuple with the Items field if it's non-nil, zero value otherwise |
| 40 | +and a boolean to check if the value has been set. |
| 41 | + |
| 42 | +### SetItems |
| 43 | + |
| 44 | +`func (o *ResponsesRollupAllSeriesResponse) SetItems(v []ResponsesRollupAllSeriesItem)` |
| 45 | + |
| 46 | +SetItems sets Items field to given value. |
| 47 | + |
| 48 | +### HasItems |
| 49 | + |
| 50 | +`func (o *ResponsesRollupAllSeriesResponse) HasItems() bool` |
| 51 | + |
| 52 | +HasItems returns a boolean if a field has been set. |
| 53 | + |
| 54 | +### GetTime |
| 55 | + |
| 56 | +`func (o *ResponsesRollupAllSeriesResponse) GetTime() time.Time` |
| 57 | + |
| 58 | +GetTime returns the Time field if non-nil, zero value otherwise. |
| 59 | + |
| 60 | +### GetTimeOk |
| 61 | + |
| 62 | +`func (o *ResponsesRollupAllSeriesResponse) GetTimeOk() (*time.Time, bool)` |
| 63 | + |
| 64 | +GetTimeOk returns a tuple with the Time field if it's non-nil, zero value otherwise |
| 65 | +and a boolean to check if the value has been set. |
| 66 | + |
| 67 | +### SetTime |
| 68 | + |
| 69 | +`func (o *ResponsesRollupAllSeriesResponse) SetTime(v time.Time)` |
| 70 | + |
| 71 | +SetTime sets Time field to given value. |
| 72 | + |
| 73 | +### HasTime |
| 74 | + |
| 75 | +`func (o *ResponsesRollupAllSeriesResponse) HasTime() bool` |
| 76 | + |
| 77 | +HasTime returns a boolean if a field has been set. |
| 78 | + |
| 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 | + |
0 commit comments