Class: FinchAPI::Models::Jobs::AutomatedListResponse::Meta::Quotas::DataSyncAll

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/finch-api/models/jobs/automated_list_response.rb

Overview

def initialize: (Hash | FinchAPI::BaseModel) -> void

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(allowed_refreshes: nil, remaining_refreshes: nil) ⇒ DataSyncAll

Returns a new instance of DataSyncAll.

Parameters:

  • allowed_refreshes (Integer) (defaults to: nil)
  • remaining_refreshes (Integer) (defaults to: nil)


4
# File 'lib/finch-api/models/jobs/automated_list_response.rb', line 4

def initialize(allowed_refreshes: nil, remaining_refreshes: nil, **) = super

Instance Attribute Details

#allowed_refreshesInteger?

Returns:

  • (Integer, nil)


72
# File 'lib/finch-api/models/jobs/automated_list_response.rb', line 72

optional :allowed_refreshes, Integer

#remaining_refreshesInteger?

Returns:

  • (Integer, nil)


81
# File 'lib/finch-api/models/jobs/automated_list_response.rb', line 81

optional :remaining_refreshes, Integer