class Google::Apis::AndroidpublisherV3::ListAppRecoveriesResponse

next-page-token-field=disabled
Response message for ListAppRecoveries. – api-linter: core::0158::response-

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @recovery_actions = args[:recovery_actions] if args.key?(:recovery_actions)
end