Skip to content

Files

Latest commit

 

History

History
140 lines (75 loc) · 3.46 KB

RevisionPageLink.md

File metadata and controls

140 lines (75 loc) · 3.46 KB

RevisionPageLink

Properties

Name Type Description Notes
Id string Unique identifier for the page in the revision
Title string Title of the page
Kind string
Type string
Href Pointer to string [optional]

Methods

NewRevisionPageLink

func NewRevisionPageLink(id string, title string, kind string, type_ string, ) *RevisionPageLink

NewRevisionPageLink instantiates a new RevisionPageLink 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

NewRevisionPageLinkWithDefaults

func NewRevisionPageLinkWithDefaults() *RevisionPageLink

NewRevisionPageLinkWithDefaults instantiates a new RevisionPageLink 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

GetId

func (o *RevisionPageLink) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *RevisionPageLink) GetIdOk() (*string, bool)

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

SetId

func (o *RevisionPageLink) SetId(v string)

SetId sets Id field to given value.

GetTitle

func (o *RevisionPageLink) GetTitle() string

GetTitle returns the Title field if non-nil, zero value otherwise.

GetTitleOk

func (o *RevisionPageLink) GetTitleOk() (*string, bool)

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

SetTitle

func (o *RevisionPageLink) SetTitle(v string)

SetTitle sets Title field to given value.

GetKind

func (o *RevisionPageLink) GetKind() string

GetKind returns the Kind field if non-nil, zero value otherwise.

GetKindOk

func (o *RevisionPageLink) GetKindOk() (*string, bool)

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

SetKind

func (o *RevisionPageLink) SetKind(v string)

SetKind sets Kind field to given value.

GetType

func (o *RevisionPageLink) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *RevisionPageLink) GetTypeOk() (*string, bool)

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

SetType

func (o *RevisionPageLink) SetType(v string)

SetType sets Type field to given value.

GetHref

func (o *RevisionPageLink) GetHref() string

GetHref returns the Href field if non-nil, zero value otherwise.

GetHrefOk

func (o *RevisionPageLink) GetHrefOk() (*string, bool)

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

SetHref

func (o *RevisionPageLink) SetHref(v string)

SetHref sets Href field to given value.

HasHref

func (o *RevisionPageLink) HasHref() bool

HasHref returns a boolean if a field has been set.

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