Skip to content

TimeQueryOpenApiVO

Properties

Name Type Description Notes
End int64 End time, number of seconds from UTC0 1970/01/01
Start int64 Start time, number of seconds from UTC0 1970/01/01

Methods

NewTimeQueryOpenApiVO

func NewTimeQueryOpenApiVO(end int64, start int64, ) *TimeQueryOpenApiVO

NewTimeQueryOpenApiVO instantiates a new TimeQueryOpenApiVO 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

NewTimeQueryOpenApiVOWithDefaults

func NewTimeQueryOpenApiVOWithDefaults() *TimeQueryOpenApiVO

NewTimeQueryOpenApiVOWithDefaults instantiates a new TimeQueryOpenApiVO 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 *TimeQueryOpenApiVO) GetEnd() int64

GetEnd returns the End field if non-nil, zero value otherwise.

GetEndOk

func (o *TimeQueryOpenApiVO) 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 *TimeQueryOpenApiVO) SetEnd(v int64)

SetEnd sets End field to given value.

GetStart

func (o *TimeQueryOpenApiVO) GetStart() int64

GetStart returns the Start field if non-nil, zero value otherwise.

GetStartOk

func (o *TimeQueryOpenApiVO) 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 *TimeQueryOpenApiVO) SetStart(v int64)

SetStart sets Start field to given value.

[Back to Model list] [Back to API list] [Back to README]