ClearDpiDataRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| End | int64 | End timestamp, in seconds, such as 1682000000 | |
| Start | int64 | Start timestamp, in seconds, such as 1682000000 |
Methods
NewClearDpiDataRequest
func NewClearDpiDataRequest(end int64, start int64, ) *ClearDpiDataRequest
NewClearDpiDataRequest instantiates a new ClearDpiDataRequest 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
NewClearDpiDataRequestWithDefaults
func NewClearDpiDataRequestWithDefaults() *ClearDpiDataRequest
NewClearDpiDataRequestWithDefaults instantiates a new ClearDpiDataRequest 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
GetEnd
func (o *ClearDpiDataRequest) GetEnd() int64
GetEnd returns the End field if non-nil, zero value otherwise.
GetEndOk
func (o *ClearDpiDataRequest) GetEndOk() (*int64, bool)
GetEndOk returns a tuple with the End field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetEnd
func (o *ClearDpiDataRequest) SetEnd(v int64)
SetEnd sets End field to given value.
GetStart
func (o *ClearDpiDataRequest) GetStart() int64
GetStart returns the Start field if non-nil, zero value otherwise.
GetStartOk
func (o *ClearDpiDataRequest) GetStartOk() (*int64, bool)
GetStartOk returns a tuple with the Start field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetStart
func (o *ClearDpiDataRequest) SetStart(v int64)
SetStart sets Start field to given value.