CertificateCollectionDtoLinks
Properties
Name | Type | Description | Notes |
---|---|---|---|
Prev | Pointer to string | The previous page. | [optional] |
Self | Pointer to string | The current page. | [optional] |
Next | Pointer to string | The next page. | [optional] |
Methods
NewCertificateCollectionDtoLinks
func NewCertificateCollectionDtoLinks() *CertificateCollectionDtoLinks
NewCertificateCollectionDtoLinks instantiates a new CertificateCollectionDtoLinks 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
NewCertificateCollectionDtoLinksWithDefaults
func NewCertificateCollectionDtoLinksWithDefaults() *CertificateCollectionDtoLinks
NewCertificateCollectionDtoLinksWithDefaults instantiates a new CertificateCollectionDtoLinks 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
GetPrev
func (o *CertificateCollectionDtoLinks) GetPrev() string
GetPrev returns the Prev field if non-nil, zero value otherwise.
GetPrevOk
func (o *CertificateCollectionDtoLinks) GetPrevOk() (*string, bool)
GetPrevOk returns a tuple with the Prev field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetPrev
func (o *CertificateCollectionDtoLinks) SetPrev(v string)
SetPrev sets Prev field to given value.
HasPrev
func (o *CertificateCollectionDtoLinks) HasPrev() bool
HasPrev returns a boolean if a field has been set.
GetSelf
func (o *CertificateCollectionDtoLinks) GetSelf() string
GetSelf returns the Self field if non-nil, zero value otherwise.
GetSelfOk
func (o *CertificateCollectionDtoLinks) GetSelfOk() (*string, bool)
GetSelfOk returns a tuple with the Self field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSelf
func (o *CertificateCollectionDtoLinks) SetSelf(v string)
SetSelf sets Self field to given value.
HasSelf
func (o *CertificateCollectionDtoLinks) HasSelf() bool
HasSelf returns a boolean if a field has been set.
GetNext
func (o *CertificateCollectionDtoLinks) GetNext() string
GetNext returns the Next field if non-nil, zero value otherwise.
GetNextOk
func (o *CertificateCollectionDtoLinks) GetNextOk() (*string, bool)
GetNextOk returns a tuple with the Next field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNext
func (o *CertificateCollectionDtoLinks) SetNext(v string)
SetNext sets Next field to given value.
HasNext
func (o *CertificateCollectionDtoLinks) HasNext() bool
HasNext returns a boolean if a field has been set.
Last updated