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.



1913
1914
1915
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 1913

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)


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