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.
3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 |
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 3293 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>
3297 |
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 3297 required :seat_ids, MetronomeSDK::Internal::Type::ArrayOf[String] |
#starting_at ⇒ Time
Assigned seats will be added/removed starting at this date.
3303 |
# File 'lib/metronome_sdk/models/v2/contract_get_edit_history_response.rb', line 3303 required :starting_at, Time |