Class: FinchAPI::Models::Jobs::AutomatedListResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- FinchAPI::Models::Jobs::AutomatedListResponse
- Defined in:
- lib/finch_api/models/jobs/automated_list_response.rb
Overview
Defined Under Namespace
Classes: Meta
Instance Attribute Summary collapse
- #data ⇒ Array<FinchAPI::Jobs::AutomatedAsyncJob>
- #meta ⇒ FinchAPI::Models::Jobs::AutomatedListResponse::Meta
Instance Method Summary collapse
- #initialize(data: , meta: ) ⇒ Object constructor
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, dump, fields, hash, #hash, inspect, #inspect, known_fields, optional, required, #to_h, #to_json, #to_s, #to_yaml, walk
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, type_info
Constructor Details
#initialize(data: , meta: ) ⇒ Object
|
|
# File 'lib/finch_api/models/jobs/automated_list_response.rb', line 18
|
Instance Attribute Details
#data ⇒ Array<FinchAPI::Jobs::AutomatedAsyncJob>
11 |
# File 'lib/finch_api/models/jobs/automated_list_response.rb', line 11 required :data, -> { FinchAPI::Internal::Type::ArrayOf[FinchAPI::Jobs::AutomatedAsyncJob] } |
#meta ⇒ FinchAPI::Models::Jobs::AutomatedListResponse::Meta
16 |
# File 'lib/finch_api/models/jobs/automated_list_response.rb', line 16 required :meta, -> { FinchAPI::Models::Jobs::AutomatedListResponse::Meta } |