google_api_partners v0.1.0 GoogleApi.Partners.V2.Model.DebugInfo View Source

Debug information about this request.

Attributes

  • serverInfo (String.t): Info about the server that serviced this request. Defaults to: null.
  • serverTraceInfo (String.t): Server-side debug stack trace. Defaults to: null.
  • serviceUrl (String.t): URL of the service that handled this request. 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.DebugInfo{
  serverInfo: any(),
  serverTraceInfo: any(),
  serviceUrl: 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.