Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.39 KB

ExpiringCertificatesRestResponse.md

File metadata and controls

82 lines (45 loc) · 3.39 KB

ExpiringCertificatesRestResponse

Properties

Name Type Description Notes
PaginationRestResponseComponent Pointer to PaginationRestResponseComponent [optional]
CertificatesRestResponse Pointer to CertificatesRestResponse [optional]

Methods

NewExpiringCertificatesRestResponse

func NewExpiringCertificatesRestResponse() *ExpiringCertificatesRestResponse

NewExpiringCertificatesRestResponse instantiates a new ExpiringCertificatesRestResponse 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

NewExpiringCertificatesRestResponseWithDefaults

func NewExpiringCertificatesRestResponseWithDefaults() *ExpiringCertificatesRestResponse

NewExpiringCertificatesRestResponseWithDefaults instantiates a new ExpiringCertificatesRestResponse 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

GetPaginationRestResponseComponent

func (o *ExpiringCertificatesRestResponse) GetPaginationRestResponseComponent() PaginationRestResponseComponent

GetPaginationRestResponseComponent returns the PaginationRestResponseComponent field if non-nil, zero value otherwise.

GetPaginationRestResponseComponentOk

func (o *ExpiringCertificatesRestResponse) GetPaginationRestResponseComponentOk() (*PaginationRestResponseComponent, bool)

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

SetPaginationRestResponseComponent

func (o *ExpiringCertificatesRestResponse) SetPaginationRestResponseComponent(v PaginationRestResponseComponent)

SetPaginationRestResponseComponent sets PaginationRestResponseComponent field to given value.

HasPaginationRestResponseComponent

func (o *ExpiringCertificatesRestResponse) HasPaginationRestResponseComponent() bool

HasPaginationRestResponseComponent returns a boolean if a field has been set.

GetCertificatesRestResponse

func (o *ExpiringCertificatesRestResponse) GetCertificatesRestResponse() CertificatesRestResponse

GetCertificatesRestResponse returns the CertificatesRestResponse field if non-nil, zero value otherwise.

GetCertificatesRestResponseOk

func (o *ExpiringCertificatesRestResponse) GetCertificatesRestResponseOk() (*CertificatesRestResponse, bool)

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

SetCertificatesRestResponse

func (o *ExpiringCertificatesRestResponse) SetCertificatesRestResponse(v CertificatesRestResponse)

SetCertificatesRestResponse sets CertificatesRestResponse field to given value.

HasCertificatesRestResponse

func (o *ExpiringCertificatesRestResponse) HasCertificatesRestResponse() bool

HasCertificatesRestResponse returns a boolean if a field has been set.

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