class Google::Apis::AndroidenterpriseV1::ListInstallsResponse

The install resources for the device.

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>]

kind[RW]

Identifies what kind of resource this is. Value: the fixed string “ androidenterprise#installsListResponse”. 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 849
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 854
def update!(**args)
  @install = args[:install] if args.key?(:install)
  @kind = args[:kind] if args.key?(:kind)
end