Name | Type | Description | Notes |
---|---|---|---|
ServerCert | string | ||
ServerKey | string |
func NewCustomServerCertInfo(serverCert string, serverKey string, ) *CustomServerCertInfo
NewCustomServerCertInfo instantiates a new CustomServerCertInfo 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 NewCustomServerCertInfoWithDefaults() *CustomServerCertInfo
NewCustomServerCertInfoWithDefaults instantiates a new CustomServerCertInfo 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 *CustomServerCertInfo) GetServerCert() string
GetServerCert returns the ServerCert field if non-nil, zero value otherwise.
func (o *CustomServerCertInfo) GetServerCertOk() (*string, bool)
GetServerCertOk returns a tuple with the ServerCert field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomServerCertInfo) SetServerCert(v string)
SetServerCert sets ServerCert field to given value.
func (o *CustomServerCertInfo) GetServerKey() string
GetServerKey returns the ServerKey field if non-nil, zero value otherwise.
func (o *CustomServerCertInfo) GetServerKeyOk() (*string, bool)
GetServerKeyOk returns a tuple with the ServerKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomServerCertInfo) SetServerKey(v string)
SetServerKey sets ServerKey field to given value.