class Google::Apis::AndroidpublisherV3::AppRecoveryAction

Information about an app recovery action.

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @app_recovery_id = args[:app_recovery_id] if args.key?(:app_recovery_id)
  @cancel_time = args[:cancel_time] if args.key?(:cancel_time)
  @create_time = args[:create_time] if args.key?(:create_time)
  @deploy_time = args[:deploy_time] if args.key?(:deploy_time)
  @last_update_time = args[:last_update_time] if args.key?(:last_update_time)
  @remote_in_app_update_data = args[:remote_in_app_update_data] if args.key?(:remote_in_app_update_data)
  @status = args[:status] if args.key?(:status)
  @targeting = args[:targeting] if args.key?(:targeting)
end