Class: HubSpotSDK::Models::Webhooks::BatchResponseJournalFetchResponseWithErrors
Defined Under Namespace
Modules: Status
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(completed_at:, results:, started_at:, status:, errors: nil, links: nil, num_errors: nil, requested_at: nil) ⇒ Object
|
# File 'lib/hubspot_sdk/models/webhooks/batch_response_journal_fetch_response_with_errors.rb', line 47
|
Instance Attribute Details
#completed_at ⇒ Time
10
|
# File 'lib/hubspot_sdk/models/webhooks/batch_response_journal_fetch_response_with_errors.rb', line 10
required :completed_at, Time, api_name: :completedAt
|
#links ⇒ Hash{Symbol=>String}?
35
|
# File 'lib/hubspot_sdk/models/webhooks/batch_response_journal_fetch_response_with_errors.rb', line 35
optional :links, HubSpotSDK::Internal::Type::HashOf[String]
|
#num_errors ⇒ Integer?
40
|
# File 'lib/hubspot_sdk/models/webhooks/batch_response_journal_fetch_response_with_errors.rb', line 40
optional :num_errors, Integer, api_name: :numErrors
|
#requested_at ⇒ Time?
45
|
# File 'lib/hubspot_sdk/models/webhooks/batch_response_journal_fetch_response_with_errors.rb', line 45
optional :requested_at, Time, api_name: :requestedAt
|
#started_at ⇒ Time
20
|
# File 'lib/hubspot_sdk/models/webhooks/batch_response_journal_fetch_response_with_errors.rb', line 20
required :started_at, Time, api_name: :startedAt
|
25
|
# File 'lib/hubspot_sdk/models/webhooks/batch_response_journal_fetch_response_with_errors.rb', line 25
required :status, enum: -> { HubSpotSDK::Webhooks::BatchResponseJournalFetchResponseWithErrors::Status }
|