class Google::Apis::ClouddebuggerV2::ListDebuggeesResponse

Response for listing debuggees.

Attributes

debuggees[RW]

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` @return [Array<Google::Apis::ClouddebuggerV2::Debuggee>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/clouddebugger_v2/classes.rb, line 1000
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/clouddebugger_v2/classes.rb, line 1005
def update!(**args)
  @debuggees = args[:debuggees] if args.key?(:debuggees)
end