Struct google_appengine1::SslSettings[][src]

pub struct SslSettings {
    pub certificate_id: Option<String>,
}

SSL configuration for a DomainMapping resource.

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

Fields

ID of the AuthorizedCertificate resource configuring SSL for the application. Clearing this field will remove SSL support. Example: 12345.

Trait Implementations

impl Default for SslSettings
[src]

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

impl Clone for SslSettings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SslSettings
[src]

Formats the value using the given formatter. Read more

impl Part for SslSettings
[src]

Auto Trait Implementations

impl Send for SslSettings

impl Sync for SslSettings