View Source GoogleApi.Run.V1.Model.ConfigurationSpec (google_api_run v0.29.0)

ConfigurationSpec holds the desired state of the Configuration (from the client).

Attributes

  • template (type: GoogleApi.Run.V1.Model.RevisionTemplate.t, default: nil) - Template holds the latest specification for the Revision to be stamped out.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V1.Model.ConfigurationSpec{
  template: GoogleApi.Run.V1.Model.RevisionTemplate.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.