Class: Google::Apis::AndroidmanagementV1::ClearAppsDataStatus
- Inherits:
-
Object
- Object
- Google::Apis::AndroidmanagementV1::ClearAppsDataStatus
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/androidmanagement_v1/classes.rb,
lib/google/apis/androidmanagement_v1/representations.rb,
lib/google/apis/androidmanagement_v1/representations.rb
Overview
Status of the CLEAR_APP_DATA command to clear the data of specified apps from the device.
Instance Attribute Summary collapse
-
#results ⇒ Hash<String,Google::Apis::AndroidmanagementV1::PerAppResult>
The per-app results, a mapping from package names to the respective clearing result.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ClearAppsDataStatus
constructor
A new instance of ClearAppsDataStatus.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ClearAppsDataStatus
Returns a new instance of ClearAppsDataStatus.
1086 1087 1088 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 1086 def initialize(**args) update!(**args) end |
Instance Attribute Details
#results ⇒ Hash<String,Google::Apis::AndroidmanagementV1::PerAppResult>
The per-app results, a mapping from package names to the respective clearing
result.
Corresponds to the JSON property results
1084 1085 1086 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 1084 def results @results end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1091 1092 1093 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 1091 def update!(**args) @results = args[:results] if args.key?(:results) end |