Name | Type | Description | Notes |
---|---|---|---|
Next | Pointer to string | Cursor for next data set | [optional] |
Self | Pointer to string | Cursor for this data set (data might get updated, depending on your parameters) | [optional] |
func NewAlertResponseCursors() *AlertResponseCursors
NewAlertResponseCursors instantiates a new AlertResponseCursors 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 NewAlertResponseCursorsWithDefaults() *AlertResponseCursors
NewAlertResponseCursorsWithDefaults instantiates a new AlertResponseCursors 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 *AlertResponseCursors) GetNext() string
GetNext returns the Next field if non-nil, zero value otherwise.
func (o *AlertResponseCursors) 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.
func (o *AlertResponseCursors) SetNext(v string)
SetNext sets Next field to given value.
func (o *AlertResponseCursors) HasNext() bool
HasNext returns a boolean if a field has been set.
func (o *AlertResponseCursors) GetSelf() string
GetSelf returns the Self field if non-nil, zero value otherwise.
func (o *AlertResponseCursors) GetSelfOk() (*string, bool)
GetSelfOk returns a tuple with the Self field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlertResponseCursors) SetSelf(v string)
SetSelf sets Self field to given value.
func (o *AlertResponseCursors) HasSelf() bool
HasSelf returns a boolean if a field has been set.