Class: Google::Apis::ClouddebuggerV2::ListDebuggeesResponse
- Inherits:
-
Object
- Object
- Google::Apis::ClouddebuggerV2::ListDebuggeesResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/clouddebugger_v2/classes.rb,
lib/google/apis/clouddebugger_v2/representations.rb,
lib/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.
Constructor Details
#initialize(**args) ⇒ ListDebuggeesResponse
Returns a new instance of ListDebuggeesResponse.
646 647 648 |
# File 'lib/google/apis/clouddebugger_v2/classes.rb', line 646 def initialize(**args) update!(**args) end |
Instance Attribute Details
#debuggees ⇒ Array<Google::Apis::ClouddebuggerV2::Debuggee>
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.
Corresponds to the JSON property debuggees
644 645 646 |
# File 'lib/google/apis/clouddebugger_v2/classes.rb', line 644 def debuggees @debuggees end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
651 652 653 |
# File 'lib/google/apis/clouddebugger_v2/classes.rb', line 651 def update!(**args) @debuggees = args[:debuggees] if args.key?(:debuggees) end |