Skip to content

Latest commit

 

History

History
128 lines (71 loc) · 4.53 KB

File metadata and controls

128 lines (71 loc) · 4.53 KB

CertificatesCertificateRetrievalResponseCRLDistributionPointModel

Properties

Name Type Description Notes
Id Pointer to int32 [optional]
Url Pointer to NullableString [optional]
UrlHash Pointer to NullableString [optional]

Methods

NewCertificatesCertificateRetrievalResponseCRLDistributionPointModel

func NewCertificatesCertificateRetrievalResponseCRLDistributionPointModel() *CertificatesCertificateRetrievalResponseCRLDistributionPointModel

NewCertificatesCertificateRetrievalResponseCRLDistributionPointModel instantiates a new CertificatesCertificateRetrievalResponseCRLDistributionPointModel 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

NewCertificatesCertificateRetrievalResponseCRLDistributionPointModelWithDefaults

func NewCertificatesCertificateRetrievalResponseCRLDistributionPointModelWithDefaults() *CertificatesCertificateRetrievalResponseCRLDistributionPointModel

NewCertificatesCertificateRetrievalResponseCRLDistributionPointModelWithDefaults instantiates a new CertificatesCertificateRetrievalResponseCRLDistributionPointModel 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

GetId

func (o *CertificatesCertificateRetrievalResponseCRLDistributionPointModel) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *CertificatesCertificateRetrievalResponseCRLDistributionPointModel) 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.

SetId

func (o *CertificatesCertificateRetrievalResponseCRLDistributionPointModel) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *CertificatesCertificateRetrievalResponseCRLDistributionPointModel) HasId() bool

HasId returns a boolean if a field has been set.

GetUrl

func (o *CertificatesCertificateRetrievalResponseCRLDistributionPointModel) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

func (o *CertificatesCertificateRetrievalResponseCRLDistributionPointModel) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUrl

func (o *CertificatesCertificateRetrievalResponseCRLDistributionPointModel) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *CertificatesCertificateRetrievalResponseCRLDistributionPointModel) HasUrl() bool

HasUrl returns a boolean if a field has been set.

SetUrlNil

func (o *CertificatesCertificateRetrievalResponseCRLDistributionPointModel) SetUrlNil(b bool)

SetUrlNil sets the value for Url to be an explicit nil

UnsetUrl

func (o *CertificatesCertificateRetrievalResponseCRLDistributionPointModel) UnsetUrl()

UnsetUrl ensures that no value is present for Url, not even an explicit nil

GetUrlHash

func (o *CertificatesCertificateRetrievalResponseCRLDistributionPointModel) GetUrlHash() string

GetUrlHash returns the UrlHash field if non-nil, zero value otherwise.

GetUrlHashOk

func (o *CertificatesCertificateRetrievalResponseCRLDistributionPointModel) GetUrlHashOk() (*string, bool)

GetUrlHashOk returns a tuple with the UrlHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUrlHash

func (o *CertificatesCertificateRetrievalResponseCRLDistributionPointModel) SetUrlHash(v string)

SetUrlHash sets UrlHash field to given value.

HasUrlHash

func (o *CertificatesCertificateRetrievalResponseCRLDistributionPointModel) HasUrlHash() bool

HasUrlHash returns a boolean if a field has been set.

SetUrlHashNil

func (o *CertificatesCertificateRetrievalResponseCRLDistributionPointModel) SetUrlHashNil(b bool)

SetUrlHashNil sets the value for UrlHash to be an explicit nil

UnsetUrlHash

func (o *CertificatesCertificateRetrievalResponseCRLDistributionPointModel) UnsetUrlHash()

UnsetUrlHash ensures that no value is present for UrlHash, not even an explicit nil

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