Class: Google::Apis::AndroidpublisherV3::ListAppRecoveriesResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::ListAppRecoveriesResponse
- 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
Response message for ListAppRecoveries. -- api-linter: core::0158::response- next-page-token-field=disabled
Instance Attribute Summary collapse
-
#recovery_actions ⇒ Array<Google::Apis::AndroidpublisherV3::AppRecoveryAction>
List of recovery actions associated with the requested package name.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListAppRecoveriesResponse
constructor
A new instance of ListAppRecoveriesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ListAppRecoveriesResponse
Returns a new instance of ListAppRecoveriesResponse.
3439 3440 3441 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3439 def initialize(**args) update!(**args) end |
Instance Attribute Details
#recovery_actions ⇒ Array<Google::Apis::AndroidpublisherV3::AppRecoveryAction>
List of recovery actions associated with the requested package name.
Corresponds to the JSON property recoveryActions
3437 3438 3439 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3437 def recovery_actions @recovery_actions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3444 3445 3446 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3444 def update!(**args) @recovery_actions = args[:recovery_actions] if args.key?(:recovery_actions) end |