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

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: Quotas

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(quotas: nil) ⇒ Meta

Returns a new instance of Meta.

Parameters:



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

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

Instance Attribute Details

#quotasFinchAPI::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 }