Class: Google::Apis::AndroidpublisherV3::RemoteInAppUpdate

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/androidpublisher_v3/classes.rb,
lib/google/apis/androidpublisher_v3/representations.rb,
lib/google/apis/androidpublisher_v3/representations.rb

Overview

Object representation for Remote in-app update action type.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RemoteInAppUpdate

Returns a new instance of RemoteInAppUpdate.



4783
4784
4785
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4783

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

Instance Attribute Details

#is_remote_in_app_update_requestedBoolean Also known as: is_remote_in_app_update_requested?

Required. Set to true if Remote In-App Update action type is needed. Corresponds to the JSON property isRemoteInAppUpdateRequested

Returns:

  • (Boolean)


4780
4781
4782
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4780

def is_remote_in_app_update_requested
  @is_remote_in_app_update_requested
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4788
4789
4790
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4788

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