| Name | Type | Description | Notes |
|---|---|---|---|
| CertificateContents | Pointer to NullableString | [optional] | |
| CertificateAuthorityId | Pointer to NullableInt32 | [optional] | |
| AuthorityName | Pointer to NullableString | [optional] | |
| AuthorityNameId | Pointer to NullableString | [optional] | |
| AuthorityKeyId | Pointer to NullableString | [optional] | |
| SampleSerialNumber | Pointer to NullableString | [optional] | |
| FileName | Pointer to NullableString | [optional] |
func NewMonitoringOCSPParametersRequest() *MonitoringOCSPParametersRequest
NewMonitoringOCSPParametersRequest instantiates a new MonitoringOCSPParametersRequest 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 NewMonitoringOCSPParametersRequestWithDefaults() *MonitoringOCSPParametersRequest
NewMonitoringOCSPParametersRequestWithDefaults instantiates a new MonitoringOCSPParametersRequest 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 *MonitoringOCSPParametersRequest) GetCertificateContents() string
GetCertificateContents returns the CertificateContents field if non-nil, zero value otherwise.
func (o *MonitoringOCSPParametersRequest) GetCertificateContentsOk() (*string, bool)
GetCertificateContentsOk returns a tuple with the CertificateContents field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitoringOCSPParametersRequest) SetCertificateContents(v string)
SetCertificateContents sets CertificateContents field to given value.
func (o *MonitoringOCSPParametersRequest) HasCertificateContents() bool
HasCertificateContents returns a boolean if a field has been set.
func (o *MonitoringOCSPParametersRequest) SetCertificateContentsNil(b bool)
SetCertificateContentsNil sets the value for CertificateContents to be an explicit nil
func (o *MonitoringOCSPParametersRequest) UnsetCertificateContents()
UnsetCertificateContents ensures that no value is present for CertificateContents, not even an explicit nil
func (o *MonitoringOCSPParametersRequest) GetCertificateAuthorityId() int32
GetCertificateAuthorityId returns the CertificateAuthorityId field if non-nil, zero value otherwise.
func (o *MonitoringOCSPParametersRequest) GetCertificateAuthorityIdOk() (*int32, bool)
GetCertificateAuthorityIdOk returns a tuple with the CertificateAuthorityId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitoringOCSPParametersRequest) SetCertificateAuthorityId(v int32)
SetCertificateAuthorityId sets CertificateAuthorityId field to given value.
func (o *MonitoringOCSPParametersRequest) HasCertificateAuthorityId() bool
HasCertificateAuthorityId returns a boolean if a field has been set.
func (o *MonitoringOCSPParametersRequest) SetCertificateAuthorityIdNil(b bool)
SetCertificateAuthorityIdNil sets the value for CertificateAuthorityId to be an explicit nil
func (o *MonitoringOCSPParametersRequest) UnsetCertificateAuthorityId()
UnsetCertificateAuthorityId ensures that no value is present for CertificateAuthorityId, not even an explicit nil
func (o *MonitoringOCSPParametersRequest) GetAuthorityName() string
GetAuthorityName returns the AuthorityName field if non-nil, zero value otherwise.
func (o *MonitoringOCSPParametersRequest) GetAuthorityNameOk() (*string, bool)
GetAuthorityNameOk returns a tuple with the AuthorityName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitoringOCSPParametersRequest) SetAuthorityName(v string)
SetAuthorityName sets AuthorityName field to given value.
func (o *MonitoringOCSPParametersRequest) HasAuthorityName() bool
HasAuthorityName returns a boolean if a field has been set.
func (o *MonitoringOCSPParametersRequest) SetAuthorityNameNil(b bool)
SetAuthorityNameNil sets the value for AuthorityName to be an explicit nil
func (o *MonitoringOCSPParametersRequest) UnsetAuthorityName()
UnsetAuthorityName ensures that no value is present for AuthorityName, not even an explicit nil
func (o *MonitoringOCSPParametersRequest) GetAuthorityNameId() string
GetAuthorityNameId returns the AuthorityNameId field if non-nil, zero value otherwise.
func (o *MonitoringOCSPParametersRequest) GetAuthorityNameIdOk() (*string, bool)
GetAuthorityNameIdOk returns a tuple with the AuthorityNameId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitoringOCSPParametersRequest) SetAuthorityNameId(v string)
SetAuthorityNameId sets AuthorityNameId field to given value.
func (o *MonitoringOCSPParametersRequest) HasAuthorityNameId() bool
HasAuthorityNameId returns a boolean if a field has been set.
func (o *MonitoringOCSPParametersRequest) SetAuthorityNameIdNil(b bool)
SetAuthorityNameIdNil sets the value for AuthorityNameId to be an explicit nil
func (o *MonitoringOCSPParametersRequest) UnsetAuthorityNameId()
UnsetAuthorityNameId ensures that no value is present for AuthorityNameId, not even an explicit nil
func (o *MonitoringOCSPParametersRequest) GetAuthorityKeyId() string
GetAuthorityKeyId returns the AuthorityKeyId field if non-nil, zero value otherwise.
func (o *MonitoringOCSPParametersRequest) GetAuthorityKeyIdOk() (*string, bool)
GetAuthorityKeyIdOk returns a tuple with the AuthorityKeyId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitoringOCSPParametersRequest) SetAuthorityKeyId(v string)
SetAuthorityKeyId sets AuthorityKeyId field to given value.
func (o *MonitoringOCSPParametersRequest) HasAuthorityKeyId() bool
HasAuthorityKeyId returns a boolean if a field has been set.
func (o *MonitoringOCSPParametersRequest) SetAuthorityKeyIdNil(b bool)
SetAuthorityKeyIdNil sets the value for AuthorityKeyId to be an explicit nil
func (o *MonitoringOCSPParametersRequest) UnsetAuthorityKeyId()
UnsetAuthorityKeyId ensures that no value is present for AuthorityKeyId, not even an explicit nil
func (o *MonitoringOCSPParametersRequest) GetSampleSerialNumber() string
GetSampleSerialNumber returns the SampleSerialNumber field if non-nil, zero value otherwise.
func (o *MonitoringOCSPParametersRequest) GetSampleSerialNumberOk() (*string, bool)
GetSampleSerialNumberOk returns a tuple with the SampleSerialNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitoringOCSPParametersRequest) SetSampleSerialNumber(v string)
SetSampleSerialNumber sets SampleSerialNumber field to given value.
func (o *MonitoringOCSPParametersRequest) HasSampleSerialNumber() bool
HasSampleSerialNumber returns a boolean if a field has been set.
func (o *MonitoringOCSPParametersRequest) SetSampleSerialNumberNil(b bool)
SetSampleSerialNumberNil sets the value for SampleSerialNumber to be an explicit nil
func (o *MonitoringOCSPParametersRequest) UnsetSampleSerialNumber()
UnsetSampleSerialNumber ensures that no value is present for SampleSerialNumber, not even an explicit nil
func (o *MonitoringOCSPParametersRequest) GetFileName() string
GetFileName returns the FileName field if non-nil, zero value otherwise.
func (o *MonitoringOCSPParametersRequest) GetFileNameOk() (*string, bool)
GetFileNameOk returns a tuple with the FileName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitoringOCSPParametersRequest) SetFileName(v string)
SetFileName sets FileName field to given value.
func (o *MonitoringOCSPParametersRequest) HasFileName() bool
HasFileName returns a boolean if a field has been set.
func (o *MonitoringOCSPParametersRequest) SetFileNameNil(b bool)
SetFileNameNil sets the value for FileName to be an explicit nil
func (o *MonitoringOCSPParametersRequest) UnsetFileName()
UnsetFileName ensures that no value is present for FileName, not even an explicit nil