Class: Google::Apis::AndroidpublisherV3::RemoteInAppUpdate
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::RemoteInAppUpdate
- 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
-
#is_remote_in_app_update_requested ⇒ Boolean
(also: #is_remote_in_app_update_requested?)
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RemoteInAppUpdate
constructor
A new instance of RemoteInAppUpdate.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RemoteInAppUpdate
Returns a new instance of RemoteInAppUpdate.
4791 4792 4793 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4791 def initialize(**args) update!(**args) end |
Instance Attribute Details
#is_remote_in_app_update_requested ⇒ Boolean 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
4788 4789 4790 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4788 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
4796 4797 4798 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4796 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 |