Class: Google::Apis::AndroidmanagementV1::CustomAppConfig
- Inherits:
-
Object
- Object
- Google::Apis::AndroidmanagementV1::CustomAppConfig
- 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
Configuration for a custom app.
Instance Attribute Summary collapse
-
#user_uninstall_settings ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CustomAppConfig
constructor
A new instance of CustomAppConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CustomAppConfig
Returns a new instance of CustomAppConfig.
1913 1914 1915 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 1913 def initialize(**args) update!(**args) end |
Instance Attribute Details
#user_uninstall_settings ⇒ String
Optional. User uninstall settings of the custom app.
Corresponds to the JSON property userUninstallSettings
1911 1912 1913 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 1911 def user_uninstall_settings @user_uninstall_settings end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1918 1919 1920 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 1918 def update!(**args) @user_uninstall_settings = args[:user_uninstall_settings] if args.key?(:user_uninstall_settings) end |