Class: Google::Apis::AndroidmanagementV1::RemovePolicyApplicationsRequest
- Inherits:
-
Object
- Object
- Google::Apis::AndroidmanagementV1::RemovePolicyApplicationsRequest
- 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
Request to remove ApplicationPolicy objects in the given policy.
Instance Attribute Summary collapse
-
#package_names ⇒ Array<String>
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RemovePolicyApplicationsRequest
constructor
A new instance of RemovePolicyApplicationsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RemovePolicyApplicationsRequest
Returns a new instance of RemovePolicyApplicationsRequest.
6375 6376 6377 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 6375 def initialize(**args) update!(**args) end |
Instance Attribute Details
#package_names ⇒ Array<String>
Required. Package names to be removed. Entries that are not found are ignored.
There must be at least one entry in package_names.
Corresponds to the JSON property packageNames
6373 6374 6375 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 6373 def package_names @package_names end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6380 6381 6382 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 6380 def update!(**args) @package_names = args[:package_names] if args.key?(:package_names) end |