Name | Type | Description | Notes |
---|---|---|---|
ApiURL | Pointer to string | [optional] | |
BasePath | Pointer to string | [optional] | |
Host | Pointer to string | [optional] |
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
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
func (o *URLVals) GetApiURL() string
GetApiURL returns the ApiURL field if non-nil, zero value otherwise.
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.
func (o *URLVals) SetApiURL(v string)
SetApiURL sets ApiURL field to given value.
func (o *URLVals) HasApiURL() bool
HasApiURL returns a boolean if a field has been set.
func (o *URLVals) GetBasePath() string
GetBasePath returns the BasePath field if non-nil, zero value otherwise.
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.
func (o *URLVals) SetBasePath(v string)
SetBasePath sets BasePath field to given value.
func (o *URLVals) HasBasePath() bool
HasBasePath returns a boolean if a field has been set.
func (o *URLVals) GetHost() string
GetHost returns the Host field if non-nil, zero value otherwise.
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.
func (o *URLVals) SetHost(v string)
SetHost sets Host field to given value.
func (o *URLVals) HasHost() bool
HasHost returns a boolean if a field has been set.