Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.6 KB

URLVals.md

File metadata and controls

108 lines (59 loc) · 2.6 KB

URLVals

Properties

Name Type Description Notes
ApiURL Pointer to string [optional]
BasePath Pointer to string [optional]
Host Pointer to string [optional]

Methods

NewURLVals

func NewURLVals() *URLVals

NewURLVals instantiates a new URLVals 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

NewURLValsWithDefaults

func NewURLValsWithDefaults() *URLVals

NewURLValsWithDefaults instantiates a new URLVals 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

GetApiURL

func (o *URLVals) GetApiURL() string

GetApiURL returns the ApiURL field if non-nil, zero value otherwise.

GetApiURLOk

func (o *URLVals) GetApiURLOk() (*string, bool)

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

SetApiURL

func (o *URLVals) SetApiURL(v string)

SetApiURL sets ApiURL field to given value.

HasApiURL

func (o *URLVals) HasApiURL() bool

HasApiURL returns a boolean if a field has been set.

GetBasePath

func (o *URLVals) GetBasePath() string

GetBasePath returns the BasePath field if non-nil, zero value otherwise.

GetBasePathOk

func (o *URLVals) GetBasePathOk() (*string, bool)

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

SetBasePath

func (o *URLVals) SetBasePath(v string)

SetBasePath sets BasePath field to given value.

HasBasePath

func (o *URLVals) HasBasePath() bool

HasBasePath returns a boolean if a field has been set.

GetHost

func (o *URLVals) GetHost() string

GetHost returns the Host field if non-nil, zero value otherwise.

GetHostOk

func (o *URLVals) GetHostOk() (*string, bool)

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

SetHost

func (o *URLVals) SetHost(v string)

SetHost sets Host field to given value.

HasHost

func (o *URLVals) HasHost() bool

HasHost returns a boolean if a field has been set.

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