class Google::Apis::AndroidenterpriseV1::ListDevicesResponse

The device resources for the user.

Attributes

device[RW]

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

kind[RW]

Identifies what kind of resource this is. Value: the fixed string “ androidenterprise#devicesListResponse”. Corresponds to the JSON property `kind` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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