Name | Type | Description | Notes |
---|---|---|---|
ClientCertificateData | Pointer to string | [optional] | |
ClientKeyData | Pointer to string | [optional] | |
ParentCertificateData | Pointer to string | [optional] |
func NewClientData() *ClientData
NewClientData instantiates a new ClientData 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 NewClientDataWithDefaults() *ClientData
NewClientDataWithDefaults instantiates a new ClientData 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 *ClientData) GetClientCertificateData() string
GetClientCertificateData returns the ClientCertificateData field if non-nil, zero value otherwise.
func (o *ClientData) GetClientCertificateDataOk() (*string, bool)
GetClientCertificateDataOk returns a tuple with the ClientCertificateData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClientData) SetClientCertificateData(v string)
SetClientCertificateData sets ClientCertificateData field to given value.
func (o *ClientData) HasClientCertificateData() bool
HasClientCertificateData returns a boolean if a field has been set.
func (o *ClientData) GetClientKeyData() string
GetClientKeyData returns the ClientKeyData field if non-nil, zero value otherwise.
func (o *ClientData) GetClientKeyDataOk() (*string, bool)
GetClientKeyDataOk returns a tuple with the ClientKeyData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClientData) SetClientKeyData(v string)
SetClientKeyData sets ClientKeyData field to given value.
func (o *ClientData) HasClientKeyData() bool
HasClientKeyData returns a boolean if a field has been set.
func (o *ClientData) GetParentCertificateData() string
GetParentCertificateData returns the ParentCertificateData field if non-nil, zero value otherwise.
func (o *ClientData) GetParentCertificateDataOk() (*string, bool)
GetParentCertificateDataOk returns a tuple with the ParentCertificateData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClientData) SetParentCertificateData(v string)
SetParentCertificateData sets ParentCertificateData field to given value.
func (o *ClientData) HasParentCertificateData() bool
HasParentCertificateData returns a boolean if a field has been set.