Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 1.8 KB

LinksInner.md

File metadata and controls

72 lines (39 loc) · 1.8 KB

LinksInner

Properties

Name Type Description Notes
Rel string [default to "self"]
Href string

Methods

NewLinksInner

func NewLinksInner(rel string, href string, ) *LinksInner

NewLinksInner instantiates a new LinksInner 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

NewLinksInnerWithDefaults

func NewLinksInnerWithDefaults() *LinksInner

NewLinksInnerWithDefaults instantiates a new LinksInner 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

GetRel

func (o *LinksInner) GetRel() string

GetRel returns the Rel field if non-nil, zero value otherwise.

GetRelOk

func (o *LinksInner) GetRelOk() (*string, bool)

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

SetRel

func (o *LinksInner) SetRel(v string)

SetRel sets Rel field to given value.

GetHref

func (o *LinksInner) GetHref() string

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

GetHrefOk

func (o *LinksInner) 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 *LinksInner) SetHref(v string)

SetHref sets Href field to given value.

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