google_api_cloud_debugger v0.13.1 GoogleApi.CloudDebugger.V2.Model.RegisterDebuggeeResponse View Source

Response for registering a debuggee.

Attributes

  • debuggee (type: GoogleApi.CloudDebugger.V2.Model.Debuggee.t, default: nil) - Debuggee resource. The field id is guaranteed to be set (in addition to the echoed fields). If the field is_disabled is set to true, the agent should disable itself by removing all breakpoints and detaching from the application. It should however continue to poll RegisterDebuggee until reenabled.

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.RegisterDebuggeeResponse{
  debuggee: GoogleApi.CloudDebugger.V2.Model.Debuggee.t()
}

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.