-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4b6dcc8
commit 8e57722
Showing
9 changed files
with
348 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
# ResponsesRollupAllSeriesResponse | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**Items** | Pointer to [**[]ResponsesRollupAllSeriesItem**](ResponsesRollupAllSeriesItem.md) | | [optional] | ||
**Time** | Pointer to **time.Time** | | [optional] | ||
|
||
## Methods | ||
|
||
### NewResponsesRollupAllSeriesResponse | ||
|
||
`func NewResponsesRollupAllSeriesResponse() *ResponsesRollupAllSeriesResponse` | ||
|
||
NewResponsesRollupAllSeriesResponse instantiates a new ResponsesRollupAllSeriesResponse object | ||
This constructor will assign default values to properties that have it defined, | ||
and makes sure properties required by API are set, but the set of arguments | ||
will change when the set of required properties is changed | ||
|
||
### NewResponsesRollupAllSeriesResponseWithDefaults | ||
|
||
`func NewResponsesRollupAllSeriesResponseWithDefaults() *ResponsesRollupAllSeriesResponse` | ||
|
||
NewResponsesRollupAllSeriesResponseWithDefaults instantiates a new ResponsesRollupAllSeriesResponse object | ||
This constructor will only assign default values to properties that have it defined, | ||
but it doesn't guarantee that properties required by API are set | ||
|
||
### GetItems | ||
|
||
`func (o *ResponsesRollupAllSeriesResponse) GetItems() []ResponsesRollupAllSeriesItem` | ||
|
||
GetItems returns the Items field if non-nil, zero value otherwise. | ||
|
||
### GetItemsOk | ||
|
||
`func (o *ResponsesRollupAllSeriesResponse) GetItemsOk() (*[]ResponsesRollupAllSeriesItem, bool)` | ||
|
||
GetItemsOk returns a tuple with the Items field if it's non-nil, zero value otherwise | ||
and a boolean to check if the value has been set. | ||
|
||
### SetItems | ||
|
||
`func (o *ResponsesRollupAllSeriesResponse) SetItems(v []ResponsesRollupAllSeriesItem)` | ||
|
||
SetItems sets Items field to given value. | ||
|
||
### HasItems | ||
|
||
`func (o *ResponsesRollupAllSeriesResponse) HasItems() bool` | ||
|
||
HasItems returns a boolean if a field has been set. | ||
|
||
### GetTime | ||
|
||
`func (o *ResponsesRollupAllSeriesResponse) GetTime() time.Time` | ||
|
||
GetTime returns the Time field if non-nil, zero value otherwise. | ||
|
||
### GetTimeOk | ||
|
||
`func (o *ResponsesRollupAllSeriesResponse) GetTimeOk() (*time.Time, bool)` | ||
|
||
GetTimeOk returns a tuple with the Time field if it's non-nil, zero value otherwise | ||
and a boolean to check if the value has been set. | ||
|
||
### SetTime | ||
|
||
`func (o *ResponsesRollupAllSeriesResponse) SetTime(v time.Time)` | ||
|
||
SetTime sets Time field to given value. | ||
|
||
### HasTime | ||
|
||
`func (o *ResponsesRollupAllSeriesResponse) HasTime() bool` | ||
|
||
HasTime returns a boolean if a field has been set. | ||
|
||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.