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.



1948
1949
1950
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 1948

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)


1946
1947
1948
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 1946

def user_uninstall_settings
  @user_uninstall_settings
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1953
1954
1955
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 1953

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