google_api_cloud_debugger v0.6.0 GoogleApi.CloudDebugger.V2.Model.FormatMessage View Source
Represents a message with parameters.
Attributes
format
(type:String.t
, default:nil
) - Format template for the message. Theformat
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
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.