Class: Google::Apis::AndroidmanagementV1::CustomAppConfig

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

Configuration for a custom app.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CustomAppConfig

Returns a new instance of CustomAppConfig.



1919
1920
1921
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 1919

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#user_uninstall_settingsString

Optional. User uninstall settings of the custom app. Corresponds to the JSON property userUninstallSettings

Returns:

  • (String)


1917
1918
1919
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 1917

def user_uninstall_settings
  @user_uninstall_settings
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1924
1925
1926
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 1924

def update!(**args)
  @user_uninstall_settings = args[:user_uninstall_settings] if args.key?(:user_uninstall_settings)
end