Skip to content

Latest commit

 

History

History
129 lines (70 loc) · 3.52 KB

HrefObjectUnsuspendLink.md

File metadata and controls

129 lines (70 loc) · 3.52 KB

HrefObjectUnsuspendLink

Properties

Name Type Description Notes
Hints Pointer to HrefObjectHints [optional]
Href string Link URI
Name Pointer to string Link name [optional]
Type Pointer to string The media type of the link. If omitted, it is implicitly `application/json`. [optional]

Methods

NewHrefObjectUnsuspendLink

func NewHrefObjectUnsuspendLink(href string, ) *HrefObjectUnsuspendLink

NewHrefObjectUnsuspendLink instantiates a new HrefObjectUnsuspendLink 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

NewHrefObjectUnsuspendLinkWithDefaults

func NewHrefObjectUnsuspendLinkWithDefaults() *HrefObjectUnsuspendLink

NewHrefObjectUnsuspendLinkWithDefaults instantiates a new HrefObjectUnsuspendLink 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

GetHints

func (o *HrefObjectUnsuspendLink) GetHints() HrefObjectHints

GetHints returns the Hints field if non-nil, zero value otherwise.

GetHintsOk

func (o *HrefObjectUnsuspendLink) GetHintsOk() (*HrefObjectHints, bool)

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

SetHints

func (o *HrefObjectUnsuspendLink) SetHints(v HrefObjectHints)

SetHints sets Hints field to given value.

HasHints

func (o *HrefObjectUnsuspendLink) HasHints() bool

HasHints returns a boolean if a field has been set.

GetHref

func (o *HrefObjectUnsuspendLink) GetHref() string

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

GetHrefOk

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

SetHref sets Href field to given value.

GetName

func (o *HrefObjectUnsuspendLink) GetName() string

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

GetNameOk

func (o *HrefObjectUnsuspendLink) 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 *HrefObjectUnsuspendLink) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *HrefObjectUnsuspendLink) HasName() bool

HasName returns a boolean if a field has been set.

GetType

func (o *HrefObjectUnsuspendLink) GetType() string

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

GetTypeOk

func (o *HrefObjectUnsuspendLink) 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 *HrefObjectUnsuspendLink) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *HrefObjectUnsuspendLink) HasType() bool

HasType returns a boolean if a field has been set.

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