Class: Google::Apis::AndroidenterpriseV1::ManagedConfigurationsForDeviceListResponse

Inherits:
Object
  • Object
show all
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

Overview

The managed configuration resources for the device.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ManagedConfigurationsForDeviceListResponse

Returns a new instance of ManagedConfigurationsForDeviceListResponse.



1480
1481
1482
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1480

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#kindString

Identifies what kind of resource this is. Value: the fixed string " androidenterprise#managedConfigurationsForDeviceListResponse". Corresponds to the JSON property kind

Returns:

  • (String)


1473
1474
1475
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1473

def kind
  @kind
end

#managed_configuration_for_deviceArray<Google::Apis::AndroidenterpriseV1::ManagedConfiguration>

A managed configuration for an app on a specific device. Corresponds to the JSON property managedConfigurationForDevice



1478
1479
1480
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1478

def managed_configuration_for_device
  @managed_configuration_for_device
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1485
1486
1487
1488
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1485

def update!(**args)
  @kind = args[:kind] if args.key?(:kind)
  @managed_configuration_for_device = args[:managed_configuration_for_device] if args.key?(:managed_configuration_for_device)
end