Class: MetronomeSDK::Models::V2::ContractGetEditHistoryResponse::Data::UpdateCommit::AccessSchedule::UpdateScheduleItem

Inherits:
Internal::Type::BaseModel
  • Object
show all
Defined in:
lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb,
sig/metronome_sdk/models/v2/contract_get_edit_history_response.rbs

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_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

#initializeObject



2609
# File 'sig/metronome_sdk/models/v2/contract_get_edit_history_response.rbs', line 2609

def initialize: (

Instance Attribute Details

#amountFloat?

Parameters:

  • (Float)

Returns:

  • (Float, nil)


2692
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 2692

optional :amount, Float

#ending_beforeTime?

RFC 3339 timestamp (exclusive)

Parameters:

  • (Time)

Returns:

  • (Time, nil)


2698
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 2698

optional :ending_before, Time

#idString

Parameters:

  • value (String)

Returns:

  • (String)


2687
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 2687

required :id, String

#starting_atTime?

RFC 3339 timestamp (inclusive)

Parameters:

  • (Time)

Returns:

  • (Time, nil)


2704
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 2704

optional :starting_at, Time

Instance Method Details

#to_hash{

Returns:

  • ({)


2616
# File 'sig/metronome_sdk/models/v2/contract_get_edit_history_response.rbs', line 2616

def to_hash: -> {