Class: Google::Apis::AndroidpublisherV3::RemoteInAppUpdateData
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::RemoteInAppUpdateData
- 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
Data related to Remote In-App Update action such as recovered user count, affected user count etc.
Instance Attribute Summary collapse
-
#remote_app_update_data_per_bundle ⇒ Array<Google::Apis::AndroidpublisherV3::RemoteInAppUpdateDataPerBundle>
Data related to the recovery action at bundle level.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RemoteInAppUpdateData
constructor
A new instance of RemoteInAppUpdateData.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RemoteInAppUpdateData
Returns a new instance of RemoteInAppUpdateData.
4832 4833 4834 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4832 def initialize(**args) update!(**args) end |
Instance Attribute Details
#remote_app_update_data_per_bundle ⇒ Array<Google::Apis::AndroidpublisherV3::RemoteInAppUpdateDataPerBundle>
Data related to the recovery action at bundle level.
Corresponds to the JSON property remoteAppUpdateDataPerBundle
4830 4831 4832 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4830 def remote_app_update_data_per_bundle @remote_app_update_data_per_bundle end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4837 4838 4839 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4837 def update!(**args) @remote_app_update_data_per_bundle = args[:remote_app_update_data_per_bundle] if args.key?(:remote_app_update_data_per_bundle) end |