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.
7612 7613 7614 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 7612 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
7609 7610 7611 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 7609 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
7617 7618 7619 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 7617 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 |