Name | Type | Description | Notes |
---|---|---|---|
Timestamp | Pointer to time.Time | The point in time from which to execute the operation. Mutually exclusive with timestamp_in_database_timezone. If the timestamp is not set, selects the latest point. | [optional] |
TimestampInDatabaseTimezone | Pointer to string | The point in time from which to execute the operation, expressed as a date-time in the timezone of the source database. Mutually exclusive with timestamp. | [optional] |
func NewDataPointByTimestampParameters() *DataPointByTimestampParameters
NewDataPointByTimestampParameters instantiates a new DataPointByTimestampParameters 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 NewDataPointByTimestampParametersWithDefaults() *DataPointByTimestampParameters
NewDataPointByTimestampParametersWithDefaults instantiates a new DataPointByTimestampParameters 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 *DataPointByTimestampParameters) GetTimestamp() time.Time
GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.
func (o *DataPointByTimestampParameters) GetTimestampOk() (*time.Time, bool)
GetTimestampOk returns a tuple with the Timestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataPointByTimestampParameters) SetTimestamp(v time.Time)
SetTimestamp sets Timestamp field to given value.
func (o *DataPointByTimestampParameters) HasTimestamp() bool
HasTimestamp returns a boolean if a field has been set.
func (o *DataPointByTimestampParameters) GetTimestampInDatabaseTimezone() string
GetTimestampInDatabaseTimezone returns the TimestampInDatabaseTimezone field if non-nil, zero value otherwise.
func (o *DataPointByTimestampParameters) GetTimestampInDatabaseTimezoneOk() (*string, bool)
GetTimestampInDatabaseTimezoneOk returns a tuple with the TimestampInDatabaseTimezone field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataPointByTimestampParameters) SetTimestampInDatabaseTimezone(v string)
SetTimestampInDatabaseTimezone sets TimestampInDatabaseTimezone field to given value.
func (o *DataPointByTimestampParameters) HasTimestampInDatabaseTimezone() bool
HasTimestampInDatabaseTimezone returns a boolean if a field has been set.