GoogleApi.CloudDebugger.V2.Model.ListDebuggeesResponse (google_api_cloud_debugger v0.18.0) 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

Specs

t() :: %GoogleApi.CloudDebugger.V2.Model.ListDebuggeesResponse{
  debuggees: [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.