Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.7 KB

File metadata and controls

56 lines (31 loc) · 1.7 KB

CertificateExtensions

Properties

Name Type Description Notes
San Pointer to CertificateExtensionsSan [optional]

Methods

NewCertificateExtensions

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

NewCertificateExtensionsWithDefaults

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

GetSan

func (o *CertificateExtensions) GetSan() CertificateExtensionsSan

GetSan returns the San field if non-nil, zero value otherwise.

GetSanOk

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.

SetSan

func (o *CertificateExtensions) SetSan(v CertificateExtensionsSan)

SetSan sets San field to given value.

HasSan

func (o *CertificateExtensions) HasSan() bool

HasSan returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]