Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
UseSSL | Pointer to bool | [optional] | |
ServerType | Pointer to int32 | [optional] | |
Name | Pointer to string | [optional] |
func NewModelsCertificateStoreServerResponse() *ModelsCertificateStoreServerResponse
NewModelsCertificateStoreServerResponse instantiates a new ModelsCertificateStoreServerResponse 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 NewModelsCertificateStoreServerResponseWithDefaults() *ModelsCertificateStoreServerResponse
NewModelsCertificateStoreServerResponseWithDefaults instantiates a new ModelsCertificateStoreServerResponse 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 *ModelsCertificateStoreServerResponse) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ModelsCertificateStoreServerResponse) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateStoreServerResponse) SetId(v int32)
SetId sets Id field to given value.
func (o *ModelsCertificateStoreServerResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ModelsCertificateStoreServerResponse) GetUseSSL() bool
GetUseSSL returns the UseSSL field if non-nil, zero value otherwise.
func (o *ModelsCertificateStoreServerResponse) GetUseSSLOk() (*bool, bool)
GetUseSSLOk returns a tuple with the UseSSL field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateStoreServerResponse) SetUseSSL(v bool)
SetUseSSL sets UseSSL field to given value.
func (o *ModelsCertificateStoreServerResponse) HasUseSSL() bool
HasUseSSL returns a boolean if a field has been set.
func (o *ModelsCertificateStoreServerResponse) GetServerType() int32
GetServerType returns the ServerType field if non-nil, zero value otherwise.
func (o *ModelsCertificateStoreServerResponse) GetServerTypeOk() (*int32, bool)
GetServerTypeOk returns a tuple with the ServerType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateStoreServerResponse) SetServerType(v int32)
SetServerType sets ServerType field to given value.
func (o *ModelsCertificateStoreServerResponse) HasServerType() bool
HasServerType returns a boolean if a field has been set.
func (o *ModelsCertificateStoreServerResponse) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ModelsCertificateStoreServerResponse) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateStoreServerResponse) SetName(v string)
SetName sets Name field to given value.
func (o *ModelsCertificateStoreServerResponse) HasName() bool
HasName returns a boolean if a field has been set.