Name | Type | Description | Notes |
---|---|---|---|
X509PemCert | string |
func NewSetClientCACertRequest(x509PemCert string, ) *SetClientCACertRequest
NewSetClientCACertRequest instantiates a new SetClientCACertRequest 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 NewSetClientCACertRequestWithDefaults() *SetClientCACertRequest
NewSetClientCACertRequestWithDefaults instantiates a new SetClientCACertRequest 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 *SetClientCACertRequest) GetX509PemCert() string
GetX509PemCert returns the X509PemCert field if non-nil, zero value otherwise.
func (o *SetClientCACertRequest) SetX509PemCert(v string)
SetX509PemCert sets X509PemCert field to given value.