| Name | Type | Description | Notes |
|---|---|---|---|
| San | Pointer to CertificateExtensionsSan | [optional] |
func NewCertificateExtensions() *CertificateExtensions
NewCertificateExtensions instantiates a new CertificateExtensions 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 NewCertificateExtensionsWithDefaults() *CertificateExtensions
NewCertificateExtensionsWithDefaults instantiates a new CertificateExtensions 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 *CertificateExtensions) GetSan() CertificateExtensionsSan
GetSan returns the San field if non-nil, zero value otherwise.
func (o *CertificateExtensions) GetSanOk() (*CertificateExtensionsSan, bool)
GetSanOk returns a tuple with the San field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificateExtensions) SetSan(v CertificateExtensionsSan)
SetSan sets San field to given value.
func (o *CertificateExtensions) HasSan() bool
HasSan returns a boolean if a field has been set.