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.



3428
3429
3430
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3428

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



3426
3427
3428
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3426

def recovery_actions
  @recovery_actions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3433
3434
3435
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3433

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