| Name | Type | Description | Notes |
|---|---|---|---|
| CertID | Pointer to NullableInt32 | [optional] | |
| SerialNumber | Pointer to NullableString | [optional] | |
| IssuerDN | Pointer to NullableString | [optional] | |
| Thumbprint | Pointer to NullableString | [optional] | |
| IncludeChain | Pointer to bool | [optional] | |
| IncludeSubjectHeader | Pointer to bool | [optional] | |
| FriendlyName | Pointer to NullableString | [optional] | |
| ChainOrder | Pointer to NullableString | [optional] |
func NewCertificatesCertificateDownloadRequest() *CertificatesCertificateDownloadRequest
NewCertificatesCertificateDownloadRequest instantiates a new CertificatesCertificateDownloadRequest 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 NewCertificatesCertificateDownloadRequestWithDefaults() *CertificatesCertificateDownloadRequest
NewCertificatesCertificateDownloadRequestWithDefaults instantiates a new CertificatesCertificateDownloadRequest 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 *CertificatesCertificateDownloadRequest) GetCertID() int32
GetCertID returns the CertID field if non-nil, zero value otherwise.
func (o *CertificatesCertificateDownloadRequest) GetCertIDOk() (*int32, bool)
GetCertIDOk returns a tuple with the CertID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificatesCertificateDownloadRequest) SetCertID(v int32)
SetCertID sets CertID field to given value.
func (o *CertificatesCertificateDownloadRequest) HasCertID() bool
HasCertID returns a boolean if a field has been set.
func (o *CertificatesCertificateDownloadRequest) SetCertIDNil(b bool)
SetCertIDNil sets the value for CertID to be an explicit nil
func (o *CertificatesCertificateDownloadRequest) UnsetCertID()
UnsetCertID ensures that no value is present for CertID, not even an explicit nil
func (o *CertificatesCertificateDownloadRequest) GetSerialNumber() string
GetSerialNumber returns the SerialNumber field if non-nil, zero value otherwise.
func (o *CertificatesCertificateDownloadRequest) GetSerialNumberOk() (*string, bool)
GetSerialNumberOk returns a tuple with the SerialNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificatesCertificateDownloadRequest) SetSerialNumber(v string)
SetSerialNumber sets SerialNumber field to given value.
func (o *CertificatesCertificateDownloadRequest) HasSerialNumber() bool
HasSerialNumber returns a boolean if a field has been set.
func (o *CertificatesCertificateDownloadRequest) SetSerialNumberNil(b bool)
SetSerialNumberNil sets the value for SerialNumber to be an explicit nil
func (o *CertificatesCertificateDownloadRequest) UnsetSerialNumber()
UnsetSerialNumber ensures that no value is present for SerialNumber, not even an explicit nil
func (o *CertificatesCertificateDownloadRequest) GetIssuerDN() string
GetIssuerDN returns the IssuerDN field if non-nil, zero value otherwise.
func (o *CertificatesCertificateDownloadRequest) GetIssuerDNOk() (*string, bool)
GetIssuerDNOk returns a tuple with the IssuerDN field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificatesCertificateDownloadRequest) SetIssuerDN(v string)
SetIssuerDN sets IssuerDN field to given value.
func (o *CertificatesCertificateDownloadRequest) HasIssuerDN() bool
HasIssuerDN returns a boolean if a field has been set.
func (o *CertificatesCertificateDownloadRequest) SetIssuerDNNil(b bool)
SetIssuerDNNil sets the value for IssuerDN to be an explicit nil
func (o *CertificatesCertificateDownloadRequest) UnsetIssuerDN()
UnsetIssuerDN ensures that no value is present for IssuerDN, not even an explicit nil
func (o *CertificatesCertificateDownloadRequest) GetThumbprint() string
GetThumbprint returns the Thumbprint field if non-nil, zero value otherwise.
func (o *CertificatesCertificateDownloadRequest) GetThumbprintOk() (*string, bool)
GetThumbprintOk returns a tuple with the Thumbprint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificatesCertificateDownloadRequest) SetThumbprint(v string)
SetThumbprint sets Thumbprint field to given value.
func (o *CertificatesCertificateDownloadRequest) HasThumbprint() bool
HasThumbprint returns a boolean if a field has been set.
func (o *CertificatesCertificateDownloadRequest) SetThumbprintNil(b bool)
SetThumbprintNil sets the value for Thumbprint to be an explicit nil
func (o *CertificatesCertificateDownloadRequest) UnsetThumbprint()
UnsetThumbprint ensures that no value is present for Thumbprint, not even an explicit nil
func (o *CertificatesCertificateDownloadRequest) GetIncludeChain() bool
GetIncludeChain returns the IncludeChain field if non-nil, zero value otherwise.
func (o *CertificatesCertificateDownloadRequest) GetIncludeChainOk() (*bool, bool)
GetIncludeChainOk returns a tuple with the IncludeChain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificatesCertificateDownloadRequest) SetIncludeChain(v bool)
SetIncludeChain sets IncludeChain field to given value.
func (o *CertificatesCertificateDownloadRequest) HasIncludeChain() bool
HasIncludeChain returns a boolean if a field has been set.
func (o *CertificatesCertificateDownloadRequest) GetIncludeSubjectHeader() bool
GetIncludeSubjectHeader returns the IncludeSubjectHeader field if non-nil, zero value otherwise.
func (o *CertificatesCertificateDownloadRequest) GetIncludeSubjectHeaderOk() (*bool, bool)
GetIncludeSubjectHeaderOk returns a tuple with the IncludeSubjectHeader field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificatesCertificateDownloadRequest) SetIncludeSubjectHeader(v bool)
SetIncludeSubjectHeader sets IncludeSubjectHeader field to given value.
func (o *CertificatesCertificateDownloadRequest) HasIncludeSubjectHeader() bool
HasIncludeSubjectHeader returns a boolean if a field has been set.
func (o *CertificatesCertificateDownloadRequest) GetFriendlyName() string
GetFriendlyName returns the FriendlyName field if non-nil, zero value otherwise.
func (o *CertificatesCertificateDownloadRequest) GetFriendlyNameOk() (*string, bool)
GetFriendlyNameOk returns a tuple with the FriendlyName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificatesCertificateDownloadRequest) SetFriendlyName(v string)
SetFriendlyName sets FriendlyName field to given value.
func (o *CertificatesCertificateDownloadRequest) HasFriendlyName() bool
HasFriendlyName returns a boolean if a field has been set.
func (o *CertificatesCertificateDownloadRequest) SetFriendlyNameNil(b bool)
SetFriendlyNameNil sets the value for FriendlyName to be an explicit nil
func (o *CertificatesCertificateDownloadRequest) UnsetFriendlyName()
UnsetFriendlyName ensures that no value is present for FriendlyName, not even an explicit nil
func (o *CertificatesCertificateDownloadRequest) GetChainOrder() string
GetChainOrder returns the ChainOrder field if non-nil, zero value otherwise.
func (o *CertificatesCertificateDownloadRequest) GetChainOrderOk() (*string, bool)
GetChainOrderOk returns a tuple with the ChainOrder field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificatesCertificateDownloadRequest) SetChainOrder(v string)
SetChainOrder sets ChainOrder field to given value.
func (o *CertificatesCertificateDownloadRequest) HasChainOrder() bool
HasChainOrder returns a boolean if a field has been set.
func (o *CertificatesCertificateDownloadRequest) SetChainOrderNil(b bool)
SetChainOrderNil sets the value for ChainOrder to be an explicit nil
func (o *CertificatesCertificateDownloadRequest) UnsetChainOrder()
UnsetChainOrder ensures that no value is present for ChainOrder, not even an explicit nil