Name | Type | Description | Notes |
---|---|---|---|
Critical | Pointer to bool | [optional] | |
Attributes | Pointer to []PublicProfileField | [optional] |
func NewPublicProfileResponseCertificateExtensionsSan() *PublicProfileResponseCertificateExtensionsSan
NewPublicProfileResponseCertificateExtensionsSan instantiates a new PublicProfileResponseCertificateExtensionsSan 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 NewPublicProfileResponseCertificateExtensionsSanWithDefaults() *PublicProfileResponseCertificateExtensionsSan
NewPublicProfileResponseCertificateExtensionsSanWithDefaults instantiates a new PublicProfileResponseCertificateExtensionsSan 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 *PublicProfileResponseCertificateExtensionsSan) GetCritical() bool
GetCritical returns the Critical field if non-nil, zero value otherwise.
func (o *PublicProfileResponseCertificateExtensionsSan) GetCriticalOk() (*bool, bool)
GetCriticalOk returns a tuple with the Critical field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PublicProfileResponseCertificateExtensionsSan) SetCritical(v bool)
SetCritical sets Critical field to given value.
func (o *PublicProfileResponseCertificateExtensionsSan) HasCritical() bool
HasCritical returns a boolean if a field has been set.
func (o *PublicProfileResponseCertificateExtensionsSan) GetAttributes() []PublicProfileField
GetAttributes returns the Attributes field if non-nil, zero value otherwise.
func (o *PublicProfileResponseCertificateExtensionsSan) GetAttributesOk() (*[]PublicProfileField, bool)
GetAttributesOk returns a tuple with the Attributes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PublicProfileResponseCertificateExtensionsSan) SetAttributes(v []PublicProfileField)
SetAttributes sets Attributes field to given value.
func (o *PublicProfileResponseCertificateExtensionsSan) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.