google_api_cloud_debugger v0.3.0 GoogleApi.CloudDebugger.V2.Model.FormatMessage View Source
Represents a message with parameters.
Attributes
- 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 tonil
.- parameters (list(String.t)): Optional parameters to be embedded into the message. 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 section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.