class Google::Apis::AndroidenterpriseV1::ListDevicesResponse

Attributes

device[RW]

A managed device. Corresponds to the JSON property `device` @return [Array<Google::Apis::AndroidenterpriseV1::Device>]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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