| Name | Type | Description | Notes |
|---|---|---|---|
| ImportStatus | Pointer to CSSCMSDataModelEnumsCertificateSavedState | [optional] | |
| JobStatus | Pointer to CSSCMSDataModelEnumsCertificateImportJobStatus | [optional] | |
| InvalidKeystores | Pointer to []CSSCMSDataModelModelsInvalidKeystore | [optional] | |
| Thumbprint | Pointer to NullableString | [optional] |
func NewCSSCMSDataModelModelsCertificateImportResponseModel() *CSSCMSDataModelModelsCertificateImportResponseModel
NewCSSCMSDataModelModelsCertificateImportResponseModel instantiates a new CSSCMSDataModelModelsCertificateImportResponseModel 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 NewCSSCMSDataModelModelsCertificateImportResponseModelWithDefaults() *CSSCMSDataModelModelsCertificateImportResponseModel
NewCSSCMSDataModelModelsCertificateImportResponseModelWithDefaults instantiates a new CSSCMSDataModelModelsCertificateImportResponseModel 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 *CSSCMSDataModelModelsCertificateImportResponseModel) GetImportStatus() CSSCMSDataModelEnumsCertificateSavedState
GetImportStatus returns the ImportStatus field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsCertificateImportResponseModel) GetImportStatusOk() (*CSSCMSDataModelEnumsCertificateSavedState, bool)
GetImportStatusOk returns a tuple with the ImportStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsCertificateImportResponseModel) SetImportStatus(v CSSCMSDataModelEnumsCertificateSavedState)
SetImportStatus sets ImportStatus field to given value.
func (o *CSSCMSDataModelModelsCertificateImportResponseModel) HasImportStatus() bool
HasImportStatus returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsCertificateImportResponseModel) GetJobStatus() CSSCMSDataModelEnumsCertificateImportJobStatus
GetJobStatus returns the JobStatus field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsCertificateImportResponseModel) GetJobStatusOk() (*CSSCMSDataModelEnumsCertificateImportJobStatus, bool)
GetJobStatusOk returns a tuple with the JobStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsCertificateImportResponseModel) SetJobStatus(v CSSCMSDataModelEnumsCertificateImportJobStatus)
SetJobStatus sets JobStatus field to given value.
func (o *CSSCMSDataModelModelsCertificateImportResponseModel) HasJobStatus() bool
HasJobStatus returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsCertificateImportResponseModel) GetInvalidKeystores() []CSSCMSDataModelModelsInvalidKeystore
GetInvalidKeystores returns the InvalidKeystores field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsCertificateImportResponseModel) GetInvalidKeystoresOk() (*[]CSSCMSDataModelModelsInvalidKeystore, bool)
GetInvalidKeystoresOk returns a tuple with the InvalidKeystores field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsCertificateImportResponseModel) SetInvalidKeystores(v []CSSCMSDataModelModelsInvalidKeystore)
SetInvalidKeystores sets InvalidKeystores field to given value.
func (o *CSSCMSDataModelModelsCertificateImportResponseModel) HasInvalidKeystores() bool
HasInvalidKeystores returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsCertificateImportResponseModel) SetInvalidKeystoresNil(b bool)
SetInvalidKeystoresNil sets the value for InvalidKeystores to be an explicit nil
func (o *CSSCMSDataModelModelsCertificateImportResponseModel) UnsetInvalidKeystores()
UnsetInvalidKeystores ensures that no value is present for InvalidKeystores, not even an explicit nil
func (o *CSSCMSDataModelModelsCertificateImportResponseModel) GetThumbprint() string
GetThumbprint returns the Thumbprint field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsCertificateImportResponseModel) 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 *CSSCMSDataModelModelsCertificateImportResponseModel) SetThumbprint(v string)
SetThumbprint sets Thumbprint field to given value.
func (o *CSSCMSDataModelModelsCertificateImportResponseModel) HasThumbprint() bool
HasThumbprint returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsCertificateImportResponseModel) SetThumbprintNil(b bool)
SetThumbprintNil sets the value for Thumbprint to be an explicit nil
func (o *CSSCMSDataModelModelsCertificateImportResponseModel) UnsetThumbprint()
UnsetThumbprint ensures that no value is present for Thumbprint, not even an explicit nil