Class: MetronomeSDK::Models::ContractV2::HasMore
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- MetronomeSDK::Models::ContractV2::HasMore
- Defined in:
- lib/metronome_sdk/models/contract_v2.rb
Overview
Instance Attribute Summary collapse
-
#commits ⇒ Boolean
Whether there are more commits on this contract than the limit for this endpoint.
-
#credits ⇒ Boolean
Whether there are more credits on this contract than the limit for this endpoint.
Method Summary
Methods inherited from Internal::Type::BaseModel
#==, ==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
This class inherits a constructor from MetronomeSDK::Internal::Type::BaseModel
Instance Attribute Details
#commits ⇒ Boolean
Whether there are more commits on this contract than the limit for this endpoint. Use the /contracts/customerCommits/list endpoint to get the full list of commits.
2179 |
# File 'lib/metronome_sdk/models/contract_v2.rb', line 2179 required :commits, MetronomeSDK::Internal::Type::Boolean |
#credits ⇒ Boolean
Whether there are more credits on this contract than the limit for this endpoint. Use the /contracts/customerCredits/list endpoint to get the full list of credits.
2187 |
# File 'lib/metronome_sdk/models/contract_v2.rb', line 2187 required :credits, MetronomeSDK::Internal::Type::Boolean |