Name | Type | Description | Notes |
---|---|---|---|
Href | Pointer to string | Uniform Resource Locator (URL) that points another API resource to which this response has some relationship. This URL often begins with `https://mms.mongodb.com`. | [optional] |
Rel | Pointer to string | Uniform Resource Locator (URL) that defines the semantic relationship between this resource and another API resource. This URL often begins with `https://mms.mongodb.com`. | [optional] |
func NewLink() *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) GetHref() string
GetHref returns the Href field if non-nil, zero value otherwise.
func (o *Link) 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 *Link) SetHref(v string)
SetHref sets Href field to given value.
func (o *Link) HasHref() bool
HasHref returns a boolean if a field has been set.
func (o *Link) GetRel() string
GetRel returns the Rel field if non-nil, zero value otherwise.
func (o *Link) GetRelOk() (*string, bool)
GetRelOk returns a tuple with the Rel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Link) SetRel(v string)
SetRel sets Rel field to given value.
func (o *Link) HasRel() bool
HasRel returns a boolean if a field has been set.