Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.15 KB

File metadata and controls

134 lines (73 loc) · 4.15 KB

DesktopAppConf

Properties

Name Type Description Notes
DefaultCertIssuerId Pointer to int64 [optional]
DefaultCertIssuerName Pointer to string [optional]
SecureWebAccessUrl Pointer to string [optional]
SecureWebProxyUrl Pointer to string [optional]

Methods

NewDesktopAppConf

func NewDesktopAppConf() *DesktopAppConf

NewDesktopAppConf instantiates a new DesktopAppConf 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

NewDesktopAppConfWithDefaults

func NewDesktopAppConfWithDefaults() *DesktopAppConf

NewDesktopAppConfWithDefaults instantiates a new DesktopAppConf 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

GetDefaultCertIssuerId

func (o *DesktopAppConf) GetDefaultCertIssuerId() int64

GetDefaultCertIssuerId returns the DefaultCertIssuerId field if non-nil, zero value otherwise.

GetDefaultCertIssuerIdOk

func (o *DesktopAppConf) GetDefaultCertIssuerIdOk() (*int64, bool)

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

SetDefaultCertIssuerId

func (o *DesktopAppConf) SetDefaultCertIssuerId(v int64)

SetDefaultCertIssuerId sets DefaultCertIssuerId field to given value.

HasDefaultCertIssuerId

func (o *DesktopAppConf) HasDefaultCertIssuerId() bool

HasDefaultCertIssuerId returns a boolean if a field has been set.

GetDefaultCertIssuerName

func (o *DesktopAppConf) GetDefaultCertIssuerName() string

GetDefaultCertIssuerName returns the DefaultCertIssuerName field if non-nil, zero value otherwise.

GetDefaultCertIssuerNameOk

func (o *DesktopAppConf) GetDefaultCertIssuerNameOk() (*string, bool)

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

SetDefaultCertIssuerName

func (o *DesktopAppConf) SetDefaultCertIssuerName(v string)

SetDefaultCertIssuerName sets DefaultCertIssuerName field to given value.

HasDefaultCertIssuerName

func (o *DesktopAppConf) HasDefaultCertIssuerName() bool

HasDefaultCertIssuerName returns a boolean if a field has been set.

GetSecureWebAccessUrl

func (o *DesktopAppConf) GetSecureWebAccessUrl() string

GetSecureWebAccessUrl returns the SecureWebAccessUrl field if non-nil, zero value otherwise.

GetSecureWebAccessUrlOk

func (o *DesktopAppConf) GetSecureWebAccessUrlOk() (*string, bool)

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

SetSecureWebAccessUrl

func (o *DesktopAppConf) SetSecureWebAccessUrl(v string)

SetSecureWebAccessUrl sets SecureWebAccessUrl field to given value.

HasSecureWebAccessUrl

func (o *DesktopAppConf) HasSecureWebAccessUrl() bool

HasSecureWebAccessUrl returns a boolean if a field has been set.

GetSecureWebProxyUrl

func (o *DesktopAppConf) GetSecureWebProxyUrl() string

GetSecureWebProxyUrl returns the SecureWebProxyUrl field if non-nil, zero value otherwise.

GetSecureWebProxyUrlOk

func (o *DesktopAppConf) GetSecureWebProxyUrlOk() (*string, bool)

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

SetSecureWebProxyUrl

func (o *DesktopAppConf) SetSecureWebProxyUrl(v string)

SetSecureWebProxyUrl sets SecureWebProxyUrl field to given value.

HasSecureWebProxyUrl

func (o *DesktopAppConf) HasSecureWebProxyUrl() bool

HasSecureWebProxyUrl returns a boolean if a field has been set.

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