Class: Google::Apis::ClouddebuggerV2::ListDebuggeesResponse
- Inherits:
-
Object
- Object
- Google::Apis::ClouddebuggerV2::ListDebuggeesResponse
- Defined in:
- generated/google/apis/clouddebugger_v2/classes.rb,
generated/google/apis/clouddebugger_v2/representations.rb,
generated/google/apis/clouddebugger_v2/representations.rb
Overview
Response for listing debuggees.
Instance Attribute Summary collapse
-
#debuggees ⇒ Array<Google::Apis::ClouddebuggerV2::Debuggee>
List of debuggees accessible to the calling user.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListDebuggeesResponse
constructor
A new instance of ListDebuggeesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListDebuggeesResponse
Returns a new instance of ListDebuggeesResponse.
1000 1001 1002 |
# File 'generated/google/apis/clouddebugger_v2/classes.rb', line 1000 def initialize(**args) update!(**args) end |
Instance Attribute Details
#debuggees ⇒ Array<Google::Apis::ClouddebuggerV2::Debuggee>
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.
Corresponds to the JSON property debuggees
998 999 1000 |
# File 'generated/google/apis/clouddebugger_v2/classes.rb', line 998 def debuggees @debuggees end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1005 1006 1007 |
# File 'generated/google/apis/clouddebugger_v2/classes.rb', line 1005 def update!(**args) @debuggees = args[:debuggees] if args.key?(:debuggees) end |