google_api_cloud_debugger v0.2.0 GoogleApi.CloudDebugger.V2.Model.FormatMessage View Source

Represents a message with parameters.

Attributes

  • parameters ([String.t]): Optional parameters to be embedded into the message. Defaults to: null.
  • format (String.t): 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.` Defaults to: null.

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.CloudDebugger.V2.Model.FormatMessage{
  format: any(),
  parameters: [any()]
}

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.