| Name | Type | Description | Notes | | ------------- | ------------------------------------------- | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------ | ---------- | | Data | []UsageEventsData | | | Truncated | Pointer to bool | If the data is truncated that means that the parameters selected resulted in a response of over | the requested limit of data points, in order to ensure | [optional] |
func NewUsageEventsResponse(data []UsageEventsData, ) *UsageEventsResponse
NewUsageEventsResponse instantiates a new UsageEventsResponse 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
func NewUsageEventsResponseWithDefaults() *UsageEventsResponse
NewUsageEventsResponseWithDefaults instantiates a new UsageEventsResponse 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
func (o *UsageEventsResponse) GetData() []UsageEventsData
GetData returns the Data field if non-nil, zero value otherwise.
func (o *UsageEventsResponse) GetDataOk() (*[]UsageEventsData, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UsageEventsResponse) SetData(v []UsageEventsData)
SetData sets Data field to given value.
func (o *UsageEventsResponse) GetTruncated() bool
GetTruncated returns the Truncated field if non-nil, zero value otherwise.
func (o *UsageEventsResponse) GetTruncatedOk() (*bool, bool)
GetTruncatedOk returns a tuple with the Truncated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UsageEventsResponse) SetTruncated(v bool)
SetTruncated sets Truncated field to given value.
func (o *UsageEventsResponse) HasTruncated() bool
HasTruncated returns a boolean if a field has been set.