GoogleApi.CloudDebugger.V2.Model.FormatMessage (google_api_cloud_debugger v0.18.0) View Source

Represents a message with parameters.

Attributes

  • format (type: String.t, default: nil) - Format template for the message. The format uses placeholders $0, $1, etc. to reference parameters. $$ can be used to denote the $ character. Examples: Failed to load '$0' which helps debug $1 the first time it is loaded. Again, $0 is very important. Please pay $$10 to use $0 instead of $1.
  • parameters (type: list(String.t), default: nil) - Optional parameters to be embedded into the message.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.CloudDebugger.V2.Model.FormatMessage{
  format: String.t() | nil,
  parameters: [String.t()] | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.