class Google::Apis::AndroidenterpriseV1::ManagedConfigurationsForUserListResponse

Attributes

managed_configuration_for_user[RW]

A managed configuration for an app for a specific user. Corresponds to the JSON property `managedConfigurationForUser` @return [Array<Google::Apis::AndroidenterpriseV1::ManagedConfiguration>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/androidenterprise_v1/classes.rb, line 1395
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 1400
def update!(**args)
  @managed_configuration_for_user = args[:managed_configuration_for_user] if args.key?(:managed_configuration_for_user)
end