google_api_app_engine v0.8.0 GoogleApi.AppEngine.V1.Model.ManagedCertificate View Source

A certificate managed by App Engine.

Attributes

  • lastRenewalTime (DateTime.t): 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 Defaults to nil.
  • status (String.t): Status of certificate management. Refers to the most recent certificate acquisition or renewal attempt.@OutputOnly Defaults to nil.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.AppEngine.V1.Model.ManagedCertificate{
  lastRenewalTime: DateTime.t(),
  status: String.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.