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

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

Overview

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

Defined Under Namespace

Classes: DataSyncAll

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data_sync_all: nil) ⇒ 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.

Parameters:



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

def initialize(data_sync_all: nil, **) = super

Instance Attribute Details

#data_sync_allFinchAPI::Models::Jobs::AutomatedListResponse::Meta::Quotas::DataSyncAll?



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

optional :data_sync_all, -> { FinchAPI::Models::Jobs::AutomatedListResponse::Meta::Quotas::DataSyncAll }