Name | Type | Description | Notes |
---|---|---|---|
Link | string |
func NewLink(link string, ) *Link
NewLink instantiates a new Link 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 NewLinkWithDefaults() *Link
NewLinkWithDefaults instantiates a new Link 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 *Link) GetLink() string
GetLink returns the Link field if non-nil, zero value otherwise.
func (o *Link) GetLinkOk() (*string, bool)
GetLinkOk returns a tuple with the Link field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Link) SetLink(v string)
SetLink sets Link field to given value.