Struct google_sqladmin1_beta4::SslCertDetail [] [src]

pub struct SslCertDetail {
    pub cert_info: Option<SslCert>,
    pub cert_private_key: Option<String>,
}

SslCertDetail.

This type is not used in any activity, and only used as part of another schema.

Fields

The public information about the cert.

The private key for the client cert, in pem format. Keep private in order to protect your security.

Trait Implementations

impl Debug for SslCertDetail
[src]

Formats the value using the given formatter.

impl Clone for SslCertDetail
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for SslCertDetail
[src]

Returns the "default value" for a type. Read more

impl Part for SslCertDetail
[src]