Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.68 KB

LogsListResponseLinks.md

File metadata and controls

56 lines (31 loc) · 1.68 KB

LogsListResponseLinks

Properties

Name Type Description Notes
Next Pointer to string Link for the next set of results. Note that the request can also be made using the POST endpoint. [optional]

Methods

NewLogsListResponseLinks

func NewLogsListResponseLinks() *LogsListResponseLinks

NewLogsListResponseLinks instantiates a new LogsListResponseLinks 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

NewLogsListResponseLinksWithDefaults

func NewLogsListResponseLinksWithDefaults() *LogsListResponseLinks

NewLogsListResponseLinksWithDefaults instantiates a new LogsListResponseLinks 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

GetNext

func (o *LogsListResponseLinks) GetNext() string

GetNext returns the Next field if non-nil, zero value otherwise.

GetNextOk

func (o *LogsListResponseLinks) GetNextOk() (*string, bool)

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

SetNext

func (o *LogsListResponseLinks) SetNext(v string)

SetNext sets Next field to given value.

HasNext

func (o *LogsListResponseLinks) HasNext() bool

HasNext returns a boolean if a field has been set.

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