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

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/finch_api/models/jobs/automated_list_response.rb

Overview

See Also:

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Internal::Type::BaseModel

==, #==, #[], 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_yaml

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!

Constructor Details

#initialize(allowed_refreshes: nil, remaining_refreshes: nil) ⇒ Object

Parameters:

  • allowed_refreshes (Integer) (defaults to: nil)
  • remaining_refreshes (Integer) (defaults to: nil)


# File 'lib/finch_api/models/jobs/automated_list_response.rb', line 66

Instance Attribute Details

#allowed_refreshesInteger?

Returns:

  • (Integer, nil)


59
# File 'lib/finch_api/models/jobs/automated_list_response.rb', line 59

optional :allowed_refreshes, Integer

#remaining_refreshesInteger?

Returns:

  • (Integer, nil)


64
# File 'lib/finch_api/models/jobs/automated_list_response.rb', line 64

optional :remaining_refreshes, Integer