Class: Google::Apis::AndroidenterpriseV1::ListInstallsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/androidenterprise_v1/classes.rb,
lib/google/apis/androidenterprise_v1/representations.rb,
lib/google/apis/androidenterprise_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListInstallsResponse

Returns a new instance of ListInstallsResponse.



1332
1333
1334
# File 'lib/google/apis/androidenterprise_v1/classes.rb', line 1332

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

Instance Attribute Details

#installArray<Google::Apis::AndroidenterpriseV1::Install>

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



1330
1331
1332
# File 'lib/google/apis/androidenterprise_v1/classes.rb', line 1330

def install
  @install
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1337
1338
1339
# File 'lib/google/apis/androidenterprise_v1/classes.rb', line 1337

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