Name | Type | Description | Notes |
---|---|---|---|
SurveyLink | Pointer to string | A link to Linode's exit survey. | [optional] |
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
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
func (o *AddedPostCancelAccount200) GetSurveyLink() string
GetSurveyLink returns the SurveyLink field if non-nil, zero value otherwise.
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.
func (o *AddedPostCancelAccount200) SetSurveyLink(v string)
SetSurveyLink sets SurveyLink field to given value.
func (o *AddedPostCancelAccount200) HasSurveyLink() bool
HasSurveyLink returns a boolean if a field has been set.