Class: FinchAPI::Models::Jobs::AutomatedListResponse::Meta::Quotas::DataSyncAll
- Inherits:
-
BaseModel
- Object
- FinchAPI::Models::Jobs::AutomatedListResponse::Meta::Quotas::DataSyncAll
- 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
-
#initialize(allowed_refreshes: nil, remaining_refreshes: nil) ⇒ DataSyncAll
constructor
A new instance of DataSyncAll.
Constructor Details
#initialize(allowed_refreshes: nil, remaining_refreshes: nil) ⇒ DataSyncAll
Returns a new instance of DataSyncAll.
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_refreshes ⇒ Integer?
72 |
# File 'lib/finch-api/models/jobs/automated_list_response.rb', line 72 optional :allowed_refreshes, Integer |
#remaining_refreshes ⇒ Integer?
81 |
# File 'lib/finch-api/models/jobs/automated_list_response.rb', line 81 optional :remaining_refreshes, Integer |