Class: FinchAPI::Models::Jobs::AutomatedListResponse::Meta
- Defined in:
- lib/finch-api/models/jobs/automated_list_response.rb
Overview
def initialize: (Hash | FinchAPI::BaseModel) -> void
Defined Under Namespace
Classes: Quotas
Instance Attribute Summary collapse
-
#quotas ⇒ FinchAPI::Models::Jobs::AutomatedListResponse::Meta::Quotas?
Information about remaining quotas for this connection.
Instance Method Summary collapse
-
#initialize(quotas: nil) ⇒ Meta
constructor
A new instance of Meta.
Constructor Details
#initialize(quotas: nil) ⇒ Meta
Returns a new instance of Meta.
3 |
# File 'lib/finch-api/models/jobs/automated_list_response.rb', line 3 def initialize(quotas: nil, **) = super |
Instance Attribute Details
#quotas ⇒ FinchAPI::Models::Jobs::AutomatedListResponse::Meta::Quotas?
Information about remaining quotas for this connection. Only applicable for
customers opted in to use Finch's Data Sync Refresh endpoint
(`POST /jobs/automated`). Please contact a Finch representative for more
details.
33 |
# File 'lib/finch-api/models/jobs/automated_list_response.rb', line 33 optional :quotas, -> { FinchAPI::Models::Jobs::AutomatedListResponse::Meta::Quotas } |