class Google::Apis::AndroidmanagementV1::PersonalApplicationPolicy
Policies for apps in the personal profile of a company-owned device with a work profile.
Attributes
install_type[RW]
The type of installation to perform. Corresponds to the JSON property `installType` @return [String]
package_name[RW]
The package name of the application. Corresponds to the JSON property `packageName` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/androidmanagement_v1/classes.rb, line 2553 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/androidmanagement_v1/classes.rb, line 2558 def update!(**args) @install_type = args[:install_type] if args.key?(:install_type) @package_name = args[:package_name] if args.key?(:package_name) end