Class: Google::Apis::AndroidpublisherV3::ListAppRecoveriesResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListAppRecoveriesResponse

Returns a new instance of ListAppRecoveriesResponse.



4645
4646
4647
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4645

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#recovery_actionsArray<Google::Apis::AndroidpublisherV3::AppRecoveryAction>

List of recovery actions associated with the requested package name. Corresponds to the JSON property recoveryActions



4643
4644
4645
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4643

def recovery_actions
  @recovery_actions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4650
4651
4652
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4650

def update!(**args)
  @recovery_actions = args[:recovery_actions] if args.key?(:recovery_actions)
end