google_api_partners v0.1.0 GoogleApi.Partners.V2.Model.LogMessageRequest View Source
Request message for LogClientMessage.
Attributes
- clientInfo (%{optional(String.t) => String.t}): Map of client info, such as URL, browser navigator, browser platform, etc. Defaults to:
null. - details (String.t): Details about the client message. Defaults to:
null. level (String.t): Message level of client message. Defaults to:
null.- Enum - one of [MESSAGE_LEVEL_UNSPECIFIED, ML_FINE, ML_INFO, ML_WARNING, ML_SEVERE]
- requestMetadata (RequestMetadata): Current request metadata. 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.Partners.V2.Model.LogMessageRequest{
clientInfo: map(),
details: any(),
level: any(),
requestMetadata: GoogleApi.Partners.V2.Model.RequestMetadata.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.