Class: MetronomeSDK::Models::V2::ContractGetEditHistoryResponse::Data::UpdateSubscription::SeatUpdates::AddSeatID
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- MetronomeSDK::Models::V2::ContractGetEditHistoryResponse::Data::UpdateSubscription::SeatUpdates::AddSeatID
- Defined in:
- lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb
Instance Attribute Summary collapse
- #seat_ids ⇒ Array<String>
-
#starting_at ⇒ Time
Assigned seats will be added/removed starting at this date.
Instance Method Summary collapse
-
#initialize(add_seat_ids: nil, add_unassigned_seats: nil, remove_seat_ids: nil, remove_unassigned_seats: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see MetronomeSDK::Models::V2::ContractGetEditHistoryResponse::Data::UpdateSubscription::SeatUpdates for more details.
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
#initialize(add_seat_ids: nil, add_unassigned_seats: nil, remove_seat_ids: nil, remove_unassigned_seats: nil) ⇒ Object
Some parameter documentations has been truncated, see MetronomeSDK::Models::V2::ContractGetEditHistoryResponse::Data::UpdateSubscription::SeatUpdates for more details.
Manage subscription seats for subscriptions in SEAT_BASED mode.
3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 |
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 3652 class AddSeatID < MetronomeSDK::Internal::Type::BaseModel # @!attribute seat_ids # # @return [Array<String>] required :seat_ids, MetronomeSDK::Internal::Type::ArrayOf[String] # @!attribute starting_at # Assigned seats will be added/removed starting at this date. # # @return [Time] required :starting_at, Time # @!method initialize(seat_ids:, starting_at:) # @param seat_ids [Array<String>] # # @param starting_at [Time] Assigned seats will be added/removed starting at this date. end |
Instance Attribute Details
#seat_ids ⇒ Array<String>
3656 |
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 3656 required :seat_ids, MetronomeSDK::Internal::Type::ArrayOf[String] |
#starting_at ⇒ Time
Assigned seats will be added/removed starting at this date.
3662 |
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 3662 required :starting_at, Time |