Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.05 KB

ReferenceUrl.md

File metadata and controls

82 lines (45 loc) · 2.05 KB

ReferenceUrl

Properties

Name Type Description Notes
Title Pointer to string [optional]
Url Pointer to string [optional]

Methods

NewReferenceUrl

func NewReferenceUrl() *ReferenceUrl

NewReferenceUrl instantiates a new ReferenceUrl 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

NewReferenceUrlWithDefaults

func NewReferenceUrlWithDefaults() *ReferenceUrl

NewReferenceUrlWithDefaults instantiates a new ReferenceUrl 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

GetTitle

func (o *ReferenceUrl) GetTitle() string

GetTitle returns the Title field if non-nil, zero value otherwise.

GetTitleOk

func (o *ReferenceUrl) GetTitleOk() (*string, bool)

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

SetTitle

func (o *ReferenceUrl) SetTitle(v string)

SetTitle sets Title field to given value.

HasTitle

func (o *ReferenceUrl) HasTitle() bool

HasTitle returns a boolean if a field has been set.

GetUrl

func (o *ReferenceUrl) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

func (o *ReferenceUrl) GetUrlOk() (*string, bool)

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

SetUrl

func (o *ReferenceUrl) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *ReferenceUrl) HasUrl() bool

HasUrl returns a boolean if a field has been set.

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