Class: Telnyx::Models::Rooms::ActionGenerateJoinClientTokenResponse::Data
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::Rooms::ActionGenerateJoinClientTokenResponse::Data
- Defined in:
- lib/telnyx/models/rooms/action_generate_join_client_token_response.rb
Overview
Instance Attribute Summary collapse
- #refresh_token ⇒ String?
-
#refresh_token_expires_at ⇒ Time?
ISO 8601 timestamp when the refresh token expires.
- #token ⇒ String?
-
#token_expires_at ⇒ Time?
ISO 8601 timestamp when the token expires.
Instance Method Summary collapse
- #initialize(token: nil, refresh_token: nil, refresh_token_expires_at: nil, token_expires_at: nil) ⇒ Object constructor
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(token: nil, refresh_token: nil, refresh_token_expires_at: nil, token_expires_at: nil) ⇒ Object
|
|
# File 'lib/telnyx/models/rooms/action_generate_join_client_token_response.rb', line 40
|
Instance Attribute Details
#refresh_token ⇒ String?
26 |
# File 'lib/telnyx/models/rooms/action_generate_join_client_token_response.rb', line 26 optional :refresh_token, String |
#refresh_token_expires_at ⇒ Time?
ISO 8601 timestamp when the refresh token expires.
32 |
# File 'lib/telnyx/models/rooms/action_generate_join_client_token_response.rb', line 32 optional :refresh_token_expires_at, Time |
#token ⇒ String?
21 |
# File 'lib/telnyx/models/rooms/action_generate_join_client_token_response.rb', line 21 optional :token, String |
#token_expires_at ⇒ Time?
ISO 8601 timestamp when the token expires.
38 |
# File 'lib/telnyx/models/rooms/action_generate_join_client_token_response.rb', line 38 optional :token_expires_at, Time |