Name | Type | Description | Notes |
---|---|---|---|
Id | int32 | ||
Username | ModelsKeyfactorAPISecret | ||
Password | ModelsKeyfactorAPISecret | ||
UseSSL | bool | ||
Name | string | ||
Container | Pointer to int32 | [optional] |
func NewModelsCertificateStoreUpdateServerRequest(id int32, username ModelsKeyfactorAPISecret, password ModelsKeyfactorAPISecret, useSSL bool, name string, ) *ModelsCertificateStoreUpdateServerRequest
NewModelsCertificateStoreUpdateServerRequest instantiates a new ModelsCertificateStoreUpdateServerRequest 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 NewModelsCertificateStoreUpdateServerRequestWithDefaults() *ModelsCertificateStoreUpdateServerRequest
NewModelsCertificateStoreUpdateServerRequestWithDefaults instantiates a new ModelsCertificateStoreUpdateServerRequest 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 *ModelsCertificateStoreUpdateServerRequest) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ModelsCertificateStoreUpdateServerRequest) 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 *ModelsCertificateStoreUpdateServerRequest) SetId(v int32)
SetId sets Id field to given value.
func (o *ModelsCertificateStoreUpdateServerRequest) GetUsername() ModelsKeyfactorAPISecret
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *ModelsCertificateStoreUpdateServerRequest) GetUsernameOk() (*ModelsKeyfactorAPISecret, bool)
GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateStoreUpdateServerRequest) SetUsername(v ModelsKeyfactorAPISecret)
SetUsername sets Username field to given value.
func (o *ModelsCertificateStoreUpdateServerRequest) GetPassword() ModelsKeyfactorAPISecret
GetPassword returns the Password field if non-nil, zero value otherwise.
func (o *ModelsCertificateStoreUpdateServerRequest) GetPasswordOk() (*ModelsKeyfactorAPISecret, bool)
GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateStoreUpdateServerRequest) SetPassword(v ModelsKeyfactorAPISecret)
SetPassword sets Password field to given value.
func (o *ModelsCertificateStoreUpdateServerRequest) GetUseSSL() bool
GetUseSSL returns the UseSSL field if non-nil, zero value otherwise.
func (o *ModelsCertificateStoreUpdateServerRequest) 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 *ModelsCertificateStoreUpdateServerRequest) SetUseSSL(v bool)
SetUseSSL sets UseSSL field to given value.
func (o *ModelsCertificateStoreUpdateServerRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ModelsCertificateStoreUpdateServerRequest) 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 *ModelsCertificateStoreUpdateServerRequest) SetName(v string)
SetName sets Name field to given value.
func (o *ModelsCertificateStoreUpdateServerRequest) GetContainer() int32
GetContainer returns the Container field if non-nil, zero value otherwise.
func (o *ModelsCertificateStoreUpdateServerRequest) GetContainerOk() (*int32, bool)
GetContainerOk returns a tuple with the Container field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateStoreUpdateServerRequest) SetContainer(v int32)
SetContainer sets Container field to given value.
func (o *ModelsCertificateStoreUpdateServerRequest) HasContainer() bool
HasContainer returns a boolean if a field has been set.