UploadCertResponseOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| CaCertFileId | Pointer to string | CA certificate profile file id. | [optional] |
| ClientCertFileId | Pointer to string | Client certificate profile file id. | [optional] |
| PrivateKeyFileId | Pointer to string | Client Private key file id. | [optional] |
Methods
NewUploadCertResponseOpenApiVO
func NewUploadCertResponseOpenApiVO() *UploadCertResponseOpenApiVO
NewUploadCertResponseOpenApiVO instantiates a new UploadCertResponseOpenApiVO 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
NewUploadCertResponseOpenApiVOWithDefaults
func NewUploadCertResponseOpenApiVOWithDefaults() *UploadCertResponseOpenApiVO
NewUploadCertResponseOpenApiVOWithDefaults instantiates a new UploadCertResponseOpenApiVO 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
GetCaCertFileId
func (o *UploadCertResponseOpenApiVO) GetCaCertFileId() string
GetCaCertFileId returns the CaCertFileId field if non-nil, zero value otherwise.
GetCaCertFileIdOk
func (o *UploadCertResponseOpenApiVO) GetCaCertFileIdOk() (*string, bool)
GetCaCertFileIdOk returns a tuple with the CaCertFileId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetCaCertFileId
func (o *UploadCertResponseOpenApiVO) SetCaCertFileId(v string)
SetCaCertFileId sets CaCertFileId field to given value.
HasCaCertFileId
func (o *UploadCertResponseOpenApiVO) HasCaCertFileId() bool
HasCaCertFileId returns a boolean if a field has been set.
GetClientCertFileId
func (o *UploadCertResponseOpenApiVO) GetClientCertFileId() string
GetClientCertFileId returns the ClientCertFileId field if non-nil, zero value otherwise.
GetClientCertFileIdOk
func (o *UploadCertResponseOpenApiVO) GetClientCertFileIdOk() (*string, bool)
GetClientCertFileIdOk returns a tuple with the ClientCertFileId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetClientCertFileId
func (o *UploadCertResponseOpenApiVO) SetClientCertFileId(v string)
SetClientCertFileId sets ClientCertFileId field to given value.
HasClientCertFileId
func (o *UploadCertResponseOpenApiVO) HasClientCertFileId() bool
HasClientCertFileId returns a boolean if a field has been set.
GetPrivateKeyFileId
func (o *UploadCertResponseOpenApiVO) GetPrivateKeyFileId() string
GetPrivateKeyFileId returns the PrivateKeyFileId field if non-nil, zero value otherwise.
GetPrivateKeyFileIdOk
func (o *UploadCertResponseOpenApiVO) GetPrivateKeyFileIdOk() (*string, bool)
GetPrivateKeyFileIdOk returns a tuple with the PrivateKeyFileId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetPrivateKeyFileId
func (o *UploadCertResponseOpenApiVO) SetPrivateKeyFileId(v string)
SetPrivateKeyFileId sets PrivateKeyFileId field to given value.
HasPrivateKeyFileId
func (o *UploadCertResponseOpenApiVO) HasPrivateKeyFileId() bool
HasPrivateKeyFileId returns a boolean if a field has been set.