google_api_cloud_debugger v0.11.0 GoogleApi.CloudDebugger.V2.Model.ListDebuggeesResponse View Source

Response for listing debuggees.

Attributes

  • debuggees (type: list(GoogleApi.CloudDebugger.V2.Model.Debuggee.t), default: nil) - List of debuggees accessible to the calling user. The fields debuggee.id and description are guaranteed to be set. The description field is a human readable field provided by agents and can be displayed to users.

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.ListDebuggeesResponse{
  debuggees: [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.