Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.8 KB

AddedPostCancelAccount200.md

File metadata and controls

56 lines (31 loc) · 1.8 KB

AddedPostCancelAccount200

Properties

Name Type Description Notes
SurveyLink Pointer to string A link to Linode's exit survey. [optional]

Methods

NewAddedPostCancelAccount200

func NewAddedPostCancelAccount200() *AddedPostCancelAccount200

NewAddedPostCancelAccount200 instantiates a new AddedPostCancelAccount200 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

NewAddedPostCancelAccount200WithDefaults

func NewAddedPostCancelAccount200WithDefaults() *AddedPostCancelAccount200

NewAddedPostCancelAccount200WithDefaults instantiates a new AddedPostCancelAccount200 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

GetSurveyLink

func (o *AddedPostCancelAccount200) GetSurveyLink() string

GetSurveyLink returns the SurveyLink field if non-nil, zero value otherwise.

GetSurveyLinkOk

func (o *AddedPostCancelAccount200) GetSurveyLinkOk() (*string, bool)

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

SetSurveyLink

func (o *AddedPostCancelAccount200) SetSurveyLink(v string)

SetSurveyLink sets SurveyLink field to given value.

HasSurveyLink

func (o *AddedPostCancelAccount200) HasSurveyLink() bool

HasSurveyLink returns a boolean if a field has been set.

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