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.
4803 4804 4805 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4803 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
4801 4802 4803 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4801 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
4808 4809 4810 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4808 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 |