google_api_cloud_debugger v0.8.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 fieldsdebuggee.idanddescriptionare guaranteed to be set. Thedescriptionfield 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 Sourcet() :: %GoogleApi.CloudDebugger.V2.Model.ListDebuggeesResponse{
debuggees: [GoogleApi.CloudDebugger.V2.Model.Debuggee.t()]
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.