Struct google_appengine1::ManagedCertificate[][src]

pub struct ManagedCertificate {
    pub status: Option<String>,
    pub last_renewal_time: Option<String>,
}

A certificate managed by App Engine.

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

Fields

Status of certificate management. Refers to the most recent certificate acquisition or renewal attempt.@OutputOnly

Time at which the certificate was last renewed. The renewal process is fully managed. Certificate renewal will automatically occur before the certificate expires. Renewal errors can be tracked via ManagementStatus.@OutputOnly

Trait Implementations

impl Default for ManagedCertificate
[src]

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

impl Clone for ManagedCertificate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ManagedCertificate
[src]

Formats the value using the given formatter. Read more

impl Part for ManagedCertificate
[src]

Auto Trait Implementations