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.
4655 4656 4657 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4655 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
4653 4654 4655 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4653 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
4660 4661 4662 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4660 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 |