Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.07 KB

FooterLink.md

File metadata and controls

82 lines (45 loc) · 2.07 KB

FooterLink

Properties

Name Type Description Notes
Href NullableString [readonly]
Name string [readonly]

Methods

NewFooterLink

func NewFooterLink(href NullableString, name string, ) *FooterLink

NewFooterLink instantiates a new FooterLink 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

NewFooterLinkWithDefaults

func NewFooterLinkWithDefaults() *FooterLink

NewFooterLinkWithDefaults instantiates a new FooterLink 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

GetHref

func (o *FooterLink) GetHref() string

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

GetHrefOk

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

SetHref sets Href field to given value.

SetHrefNil

func (o *FooterLink) SetHrefNil(b bool)

SetHrefNil sets the value for Href to be an explicit nil

UnsetHref

func (o *FooterLink) UnsetHref()

UnsetHref ensures that no value is present for Href, not even an explicit nil

GetName

func (o *FooterLink) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *FooterLink) GetNameOk() (*string, bool)

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

SetName

func (o *FooterLink) SetName(v string)

SetName sets Name field to given value.

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