GoogleApi.CloudDebugger.V2.Model.RegisterDebuggeeRequest (google_api_cloud_debugger v0.18.0) View Source

Request to register a debuggee.

Attributes

  • debuggee (type: GoogleApi.CloudDebugger.V2.Model.Debuggee.t, default: nil) - Required. Debuggee information to register. The fields project, uniquifier, description and agent_version of the debuggee must be set.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.CloudDebugger.V2.Model.RegisterDebuggeeRequest{
  debuggee: GoogleApi.CloudDebugger.V2.Model.Debuggee.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.