class Google::Apis::AndroidenterpriseV1::ListInstallsResponse
Attributes
install[RW]
An installation of an app for a user on a specific device. The existence of an install implies that the user must have an entitlement to the app. Corresponds to the JSON property `install` @return [Array<Google::Apis::AndroidenterpriseV1::Install>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/androidenterprise_v1/classes.rb, line 1210 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 1215 def update!(**args) @install = args[:install] if args.key?(:install) end