Class: Google::Apis::AndroidenterpriseV1::ListDevicesResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroidenterpriseV1::ListDevicesResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/androidenterprise_v1/classes.rb,
generated/google/apis/androidenterprise_v1/representations.rb,
generated/google/apis/androidenterprise_v1/representations.rb
Instance Attribute Summary collapse
-
#device ⇒ Array<Google::Apis::AndroidenterpriseV1::Device>
A managed device.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListDevicesResponse
constructor
A new instance of ListDevicesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ListDevicesResponse
Returns a new instance of ListDevicesResponse.
771 772 773 |
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 771 def initialize(**args) update!(**args) end |
Instance Attribute Details
#device ⇒ Array<Google::Apis::AndroidenterpriseV1::Device>
A managed device.
Corresponds to the JSON property device
769 770 771 |
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 769 def device @device end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
776 777 778 |
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 776 def update!(**args) @device = args[:device] if args.key?(:device) end |