Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.88 KB

GatewayCertificateResponse.md

File metadata and controls

56 lines (31 loc) · 1.88 KB

GatewayCertificateResponse

Properties

Name Type Description Notes
Certificates Pointer to []CertificateInfo [optional]

Methods

NewGatewayCertificateResponse

func NewGatewayCertificateResponse() *GatewayCertificateResponse

NewGatewayCertificateResponse instantiates a new GatewayCertificateResponse 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

NewGatewayCertificateResponseWithDefaults

func NewGatewayCertificateResponseWithDefaults() *GatewayCertificateResponse

NewGatewayCertificateResponseWithDefaults instantiates a new GatewayCertificateResponse 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

GetCertificates

func (o *GatewayCertificateResponse) GetCertificates() []CertificateInfo

GetCertificates returns the Certificates field if non-nil, zero value otherwise.

GetCertificatesOk

func (o *GatewayCertificateResponse) GetCertificatesOk() (*[]CertificateInfo, bool)

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

SetCertificates

func (o *GatewayCertificateResponse) SetCertificates(v []CertificateInfo)

SetCertificates sets Certificates field to given value.

HasCertificates

func (o *GatewayCertificateResponse) HasCertificates() bool

HasCertificates returns a boolean if a field has been set.

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