Class: Google::Apis::ClouddebuggerV2::ListDebuggeesResponse

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
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

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ListDebuggeesResponse

Returns a new instance of ListDebuggeesResponse



833
834
835
# File 'generated/google/apis/clouddebugger_v2/classes.rb', line 833

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#debuggeesArray<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



831
832
833
# File 'generated/google/apis/clouddebugger_v2/classes.rb', line 831

def debuggees
  @debuggees
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



838
839
840
# File 'generated/google/apis/clouddebugger_v2/classes.rb', line 838

def update!(**args)
  @debuggees = args[:debuggees] if args.key?(:debuggees)
end