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. Note that the +description+ field is the only human readable field that should be displayed to the user. The fields +debuggee.id+ and +description+ fields are guaranteed to be set on each debuggee.
147 |
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/debugger.rb', line 147 class ListDebuggeesResponse; end |