Class: Telnyx::Models::MeetingSession::Avatar
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::MeetingSession::Avatar
- Defined in:
- lib/telnyx/models/meeting_session.rb,
sig/telnyx/models/meeting_session.rbs
Overview
Instance Attribute Summary collapse
-
#avatar_id ⇒ String
Identifier of the avatar.
-
#provider ⇒ Symbol, :anam
Avatar provider identifier.
Instance Method Summary collapse
-
#initialize ⇒ Avatar
constructor
A new instance of Avatar.
- #to_hash ⇒ { avatar_id: String, provider: :anam }
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 ⇒ Avatar
Returns a new instance of Avatar.
187 |
# File 'sig/telnyx/models/meeting_session.rbs', line 187
def initialize: (avatar_id: String, ?provider: :anam) -> void
|
Instance Attribute Details
#avatar_id ⇒ String
Identifier of the avatar.
267 |
# File 'lib/telnyx/models/meeting_session.rb', line 267 required :avatar_id, String |
#provider ⇒ Symbol, :anam
Avatar provider identifier.
273 |
# File 'lib/telnyx/models/meeting_session.rb', line 273 required :provider, const: :anam |
Instance Method Details
#to_hash ⇒ { avatar_id: String, provider: :anam }
189 |
# File 'sig/telnyx/models/meeting_session.rbs', line 189
def to_hash: -> { avatar_id: String, provider: :anam }
|