Name | Type | Description | Notes |
---|---|---|---|
AuthInfo | AuthSettingsXo | ||
Enabled | bool | proxy enabled | |
Host | string | proxy host | |
Port | string | proxy port |
func NewProxySettingsXo(authInfo AuthSettingsXo, enabled bool, host string, port string, ) *ProxySettingsXo
NewProxySettingsXo instantiates a new ProxySettingsXo 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 NewProxySettingsXoWithDefaults() *ProxySettingsXo
NewProxySettingsXoWithDefaults instantiates a new ProxySettingsXo 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 *ProxySettingsXo) GetAuthInfo() AuthSettingsXo
GetAuthInfo returns the AuthInfo field if non-nil, zero value otherwise.
func (o *ProxySettingsXo) GetAuthInfoOk() (*AuthSettingsXo, bool)
GetAuthInfoOk returns a tuple with the AuthInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProxySettingsXo) SetAuthInfo(v AuthSettingsXo)
SetAuthInfo sets AuthInfo field to given value.
func (o *ProxySettingsXo) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *ProxySettingsXo) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProxySettingsXo) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *ProxySettingsXo) GetHost() string
GetHost returns the Host field if non-nil, zero value otherwise.
func (o *ProxySettingsXo) 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 *ProxySettingsXo) SetHost(v string)
SetHost sets Host field to given value.
func (o *ProxySettingsXo) GetPort() string
GetPort returns the Port field if non-nil, zero value otherwise.
func (o *ProxySettingsXo) GetPortOk() (*string, bool)
GetPortOk returns a tuple with the Port field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProxySettingsXo) SetPort(v string)
SetPort sets Port field to given value.