Name | Type | Description | Notes |
---|---|---|---|
ServerCertContent | string | ||
ServerKeyContent | string |
func NewCustomServerCertData(serverCertContent string, serverKeyContent string, ) *CustomServerCertData
NewCustomServerCertData instantiates a new CustomServerCertData 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 NewCustomServerCertDataWithDefaults() *CustomServerCertData
NewCustomServerCertDataWithDefaults instantiates a new CustomServerCertData 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 *CustomServerCertData) GetServerCertContent() string
GetServerCertContent returns the ServerCertContent field if non-nil, zero value otherwise.
func (o *CustomServerCertData) GetServerCertContentOk() (*string, bool)
GetServerCertContentOk returns a tuple with the ServerCertContent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomServerCertData) SetServerCertContent(v string)
SetServerCertContent sets ServerCertContent field to given value.
func (o *CustomServerCertData) GetServerKeyContent() string
GetServerKeyContent returns the ServerKeyContent field if non-nil, zero value otherwise.
func (o *CustomServerCertData) GetServerKeyContentOk() (*string, bool)
GetServerKeyContentOk returns a tuple with the ServerKeyContent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomServerCertData) SetServerKeyContent(v string)
SetServerKeyContent sets ServerKeyContent field to given value.