Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 1.97 KB

PreviousPage.md

File metadata and controls

77 lines (42 loc) · 1.97 KB

PreviousPage

Properties

Name Type Description Notes
Before string
Link Pointer to string [optional]

Methods

NewPreviousPage

func NewPreviousPage(before string, ) *PreviousPage

NewPreviousPage instantiates a new PreviousPage 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

NewPreviousPageWithDefaults

func NewPreviousPageWithDefaults() *PreviousPage

NewPreviousPageWithDefaults instantiates a new PreviousPage 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

GetBefore

func (o *PreviousPage) GetBefore() string

GetBefore returns the Before field if non-nil, zero value otherwise.

GetBeforeOk

func (o *PreviousPage) GetBeforeOk() (*string, bool)

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

SetBefore

func (o *PreviousPage) SetBefore(v string)

SetBefore sets Before field to given value.

GetLink

func (o *PreviousPage) GetLink() string

GetLink returns the Link field if non-nil, zero value otherwise.

GetLinkOk

func (o *PreviousPage) GetLinkOk() (*string, bool)

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

SetLink

func (o *PreviousPage) SetLink(v string)

SetLink sets Link field to given value.

HasLink

func (o *PreviousPage) HasLink() bool

HasLink returns a boolean if a field has been set.

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