Name | Type | Description | Notes |
---|---|---|---|
Href | NullableString | [readonly] | |
Name | string | [readonly] |
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
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
func (o *FooterLink) GetHref() string
GetHref returns the Href field if non-nil, zero value otherwise.
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.
func (o *FooterLink) SetHref(v string)
SetHref sets Href field to given value.
func (o *FooterLink) SetHrefNil(b bool)
SetHrefNil sets the value for Href to be an explicit nil
func (o *FooterLink) UnsetHref()
UnsetHref ensures that no value is present for Href, not even an explicit nil
func (o *FooterLink) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *FooterLink) SetName(v string)
SetName sets Name field to given value.