| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| Oid | Pointer to NullableString | [optional] | |
| DisplayName | Pointer to NullableString | [optional] |
func NewCertificatesCertificateRetrievalResponseExtendedKeyUsageModel() *CertificatesCertificateRetrievalResponseExtendedKeyUsageModel
NewCertificatesCertificateRetrievalResponseExtendedKeyUsageModel instantiates a new CertificatesCertificateRetrievalResponseExtendedKeyUsageModel 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 NewCertificatesCertificateRetrievalResponseExtendedKeyUsageModelWithDefaults() *CertificatesCertificateRetrievalResponseExtendedKeyUsageModel
NewCertificatesCertificateRetrievalResponseExtendedKeyUsageModelWithDefaults instantiates a new CertificatesCertificateRetrievalResponseExtendedKeyUsageModel 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 *CertificatesCertificateRetrievalResponseExtendedKeyUsageModel) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponseExtendedKeyUsageModel) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificatesCertificateRetrievalResponseExtendedKeyUsageModel) SetId(v int32)
SetId sets Id field to given value.
func (o *CertificatesCertificateRetrievalResponseExtendedKeyUsageModel) HasId() bool
HasId returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponseExtendedKeyUsageModel) GetOid() string
GetOid returns the Oid field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponseExtendedKeyUsageModel) GetOidOk() (*string, bool)
GetOidOk returns a tuple with the Oid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificatesCertificateRetrievalResponseExtendedKeyUsageModel) SetOid(v string)
SetOid sets Oid field to given value.
func (o *CertificatesCertificateRetrievalResponseExtendedKeyUsageModel) HasOid() bool
HasOid returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponseExtendedKeyUsageModel) SetOidNil(b bool)
SetOidNil sets the value for Oid to be an explicit nil
func (o *CertificatesCertificateRetrievalResponseExtendedKeyUsageModel) UnsetOid()
UnsetOid ensures that no value is present for Oid, not even an explicit nil
func (o *CertificatesCertificateRetrievalResponseExtendedKeyUsageModel) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponseExtendedKeyUsageModel) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificatesCertificateRetrievalResponseExtendedKeyUsageModel) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *CertificatesCertificateRetrievalResponseExtendedKeyUsageModel) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponseExtendedKeyUsageModel) SetDisplayNameNil(b bool)
SetDisplayNameNil sets the value for DisplayName to be an explicit nil
func (o *CertificatesCertificateRetrievalResponseExtendedKeyUsageModel) UnsetDisplayName()
UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil