| Name | Type | Description | Notes |
|---|---|---|---|
| NextCursor | Pointer to string | The next value in the database. Note: If this value is not present, it means that there are no more values in the database for this combination of request parameters. | [optional] |
| Data | Pointer to []MessageLogEntry | List of message logs. |
func NewMessageLogEntries(data []MessageLogEntry, ) *MessageLogEntries
NewMessageLogEntries instantiates a new MessageLogEntries 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 NewMessageLogEntriesWithDefaults() *MessageLogEntries
NewMessageLogEntriesWithDefaults instantiates a new MessageLogEntries 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 *MessageLogEntries) GetNextCursor() string
GetNextCursor returns the NextCursor field if non-nil, zero value otherwise.
func (o *MessageLogEntries) GetNextCursorOk() (*string, bool)
GetNextCursorOk returns a tuple with the NextCursor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MessageLogEntries) SetNextCursor(v string)
SetNextCursor sets NextCursor field to given value.
func (o *MessageLogEntries) HasNextCursor() bool
HasNextCursor returns a boolean if a field has been set.
func (o *MessageLogEntries) GetData() []MessageLogEntry
GetData returns the Data field if non-nil, zero value otherwise.
func (o *MessageLogEntries) GetDataOk() (*[]MessageLogEntry, 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 *MessageLogEntries) SetData(v []MessageLogEntry)
SetData sets Data field to given value.