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.
6418 6419 6420 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 6418 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
6416 6417 6418 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 6416 def package_names @package_names end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6423 6424 6425 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 6423 def update!(**args) @package_names = args[:package_names] if args.key?(:package_names) end |