Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.11 KB

CustomServerCertInfo.md

File metadata and controls

72 lines (39 loc) · 2.11 KB

CustomServerCertInfo

Properties

Name Type Description Notes
ServerCert string
ServerKey string

Methods

NewCustomServerCertInfo

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

NewCustomServerCertInfoWithDefaults

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

GetServerCert

func (o *CustomServerCertInfo) GetServerCert() string

GetServerCert returns the ServerCert field if non-nil, zero value otherwise.

GetServerCertOk

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.

SetServerCert

func (o *CustomServerCertInfo) SetServerCert(v string)

SetServerCert sets ServerCert field to given value.

GetServerKey

func (o *CustomServerCertInfo) GetServerKey() string

GetServerKey returns the ServerKey field if non-nil, zero value otherwise.

GetServerKeyOk

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.

SetServerKey

func (o *CustomServerCertInfo) SetServerKey(v string)

SetServerKey sets ServerKey field to given value.

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