Versions in this module Expand all Collapse all v1 v1.1.0 May 9, 2023 Changes in this version + type Certificate struct + EffectiveTime *time.Time + EncryptCertificate *EncryptCertificate + ExpireTime *time.Time + SerialNo *string + func (o Certificate) Clone() *Certificate + func (o Certificate) MarshalJSON() ([]byte, error) + func (o Certificate) String() string + type CertificatesApiService services.Service + func (a *CertificatesApiService) DownloadCertificates(ctx context.Context) (resp *DownloadCertificatesResponse, result *core.APIResult, err error) + type DownloadCertificatesResponse struct + Data []Certificate + func (o DownloadCertificatesResponse) Clone() *DownloadCertificatesResponse + func (o DownloadCertificatesResponse) MarshalJSON() ([]byte, error) + func (o DownloadCertificatesResponse) String() string + type EncryptCertificate struct + Algorithm *string + AssociatedData *string + Ciphertext *string + Nonce *string + func (o EncryptCertificate) Clone() *EncryptCertificate + func (o EncryptCertificate) MarshalJSON() ([]byte, error) + func (o EncryptCertificate) String() string