Class: Google::Apis::AndroidmanagementV1::ClearAppsDataStatus

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#resultsHash<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