class Google::Apis::ClouddebuggerV2::ListDebuggeesResponse

Response for listing debuggees.

Attributes

debuggees[RW]

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

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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