Skip to content

Latest commit

 

History

History
106 lines (59 loc) · 3.04 KB

TlsCertificatesResponse.md

File metadata and controls

106 lines (59 loc) · 3.04 KB

TLSCertificatesResponse

Properties

Name Type Description Notes
Links Pointer to PaginationLinks [optional]
Meta Pointer to PaginationMeta [optional]
Data Pointer to []TLSCertificateResponseData [optional]

Methods

NewTLSCertificatesResponse

func NewTLSCertificatesResponse() *TLSCertificatesResponse

NewTLSCertificatesResponse instantiates a new TLSCertificatesResponse 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

NewTLSCertificatesResponseWithDefaults

func NewTLSCertificatesResponseWithDefaults() *TLSCertificatesResponse

NewTLSCertificatesResponseWithDefaults instantiates a new TLSCertificatesResponse 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

GetLinks

func (o *TLSCertificatesResponse) GetLinks() PaginationLinks

GetLinks returns the Links field if non-nil, zero value otherwise.

GetLinksOk

func (o *TLSCertificatesResponse) GetLinksOk() (*PaginationLinks, bool)

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

SetLinks

func (o *TLSCertificatesResponse) SetLinks(v PaginationLinks)

SetLinks sets Links field to given value.

HasLinks

func (o *TLSCertificatesResponse) HasLinks() bool

HasLinks returns a boolean if a field has been set.

GetMeta

func (o *TLSCertificatesResponse) GetMeta() PaginationMeta

GetMeta returns the Meta field if non-nil, zero value otherwise.

GetMetaOk

func (o *TLSCertificatesResponse) GetMetaOk() (*PaginationMeta, bool)

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

SetMeta

func (o *TLSCertificatesResponse) SetMeta(v PaginationMeta)

SetMeta sets Meta field to given value.

HasMeta

func (o *TLSCertificatesResponse) HasMeta() bool

HasMeta returns a boolean if a field has been set.

GetData

func (o *TLSCertificatesResponse) GetData() []TLSCertificateResponseData

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

func (o *TLSCertificatesResponse) GetDataOk() (*[]TLSCertificateResponseData, bool)

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

SetData

func (o *TLSCertificatesResponse) SetData(v []TLSCertificateResponseData)

SetData sets Data field to given value.

HasData

func (o *TLSCertificatesResponse) HasData() bool

HasData returns a boolean if a field has been set.

Back to API list | Back to README