Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.72 KB

LogsAggregateRequestPage.md

File metadata and controls

56 lines (31 loc) · 1.72 KB

LogsAggregateRequestPage

Properties

Name Type Description Notes
Cursor Pointer to string The returned paging point to use to get the next results [optional]

Methods

NewLogsAggregateRequestPage

func NewLogsAggregateRequestPage() *LogsAggregateRequestPage

NewLogsAggregateRequestPage instantiates a new LogsAggregateRequestPage 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

NewLogsAggregateRequestPageWithDefaults

func NewLogsAggregateRequestPageWithDefaults() *LogsAggregateRequestPage

NewLogsAggregateRequestPageWithDefaults instantiates a new LogsAggregateRequestPage 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

GetCursor

func (o *LogsAggregateRequestPage) GetCursor() string

GetCursor returns the Cursor field if non-nil, zero value otherwise.

GetCursorOk

func (o *LogsAggregateRequestPage) GetCursorOk() (*string, bool)

GetCursorOk returns a tuple with the Cursor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCursor

func (o *LogsAggregateRequestPage) SetCursor(v string)

SetCursor sets Cursor field to given value.

HasCursor

func (o *LogsAggregateRequestPage) HasCursor() bool

HasCursor returns a boolean if a field has been set.

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