| Name | Type | Description | Notes |
|---|---|---|---|
| LastEventTimestampMs | int64 | ||
| LastEventId | string |
func NewEventCursor(lastEventTimestampMs int64, lastEventId string, ) *EventCursor
NewEventCursor instantiates a new EventCursor 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 NewEventCursorWithDefaults() *EventCursor
NewEventCursorWithDefaults instantiates a new EventCursor 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 *EventCursor) GetLastEventTimestampMs() int64
GetLastEventTimestampMs returns the LastEventTimestampMs field if non-nil, zero value otherwise.
func (o *EventCursor) GetLastEventTimestampMsOk() (*int64, bool)
GetLastEventTimestampMsOk returns a tuple with the LastEventTimestampMs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EventCursor) SetLastEventTimestampMs(v int64)
SetLastEventTimestampMs sets LastEventTimestampMs field to given value.
func (o *EventCursor) GetLastEventId() string
GetLastEventId returns the LastEventId field if non-nil, zero value otherwise.
func (o *EventCursor) GetLastEventIdOk() (*string, bool)
GetLastEventIdOk returns a tuple with the LastEventId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EventCursor) SetLastEventId(v string)
SetLastEventId sets LastEventId field to given value.