Class: Google::Apis::AndroidenterpriseV1::ListInstallsResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroidenterpriseV1::ListInstallsResponse
- 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
Instance Attribute Summary collapse
-
#install ⇒ Array<Google::Apis::AndroidenterpriseV1::Install>
An installation of an app for a user on a specific device.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListInstallsResponse
constructor
A new instance of ListInstallsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ListInstallsResponse
Returns a new instance of ListInstallsResponse.
1183 1184 1185 |
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1183 def initialize(**args) update!(**args) end |
Instance Attribute Details
#install ⇒ Array<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
1181 1182 1183 |
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1181 def install @install end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1188 1189 1190 |
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 1188 def update!(**args) @install = args[:install] if args.key?(:install) end |