Class: Google::Devtools::Clouddebugger::V2::ListDebuggeesResponse
- Inherits:
-
Object
- Object
- Google::Devtools::Clouddebugger::V2::ListDebuggeesResponse
- Defined in:
- lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/debugger.rb
Overview
Response for listing debuggees.
Instance Attribute Summary collapse
-
#debuggees ⇒ Array<Google::Devtools::Clouddebugger::V2::Debuggee>
List of debuggees accessible to the calling user.
Instance Attribute Details
#debuggees ⇒ Array<Google::Devtools::Clouddebugger::V2::Debuggee>
Returns 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.
159 |
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/debugger.rb', line 159 class ListDebuggeesResponse; end |