Class: Telnyx::Models::Messaging10dlc::CampaignGetSharingStatusResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::Messaging10dlc::CampaignGetSharingStatusResponse
- Defined in:
- lib/telnyx/models/messaging_10dlc/campaign_get_sharing_status_response.rb
Overview
Instance Attribute Summary collapse
- #shared_by_me ⇒ Telnyx::Models::Messaging10dlc::CampaignSharingStatus?
- #shared_with_me ⇒ Telnyx::Models::Messaging10dlc::CampaignSharingStatus?
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
#initialize(shared_by_me: nil, shared_with_me: nil) ⇒ Object
|
|
# File 'lib/telnyx/models/messaging_10dlc/campaign_get_sharing_status_response.rb', line 22
|
Instance Attribute Details
#shared_by_me ⇒ Telnyx::Models::Messaging10dlc::CampaignSharingStatus?
11 |
# File 'lib/telnyx/models/messaging_10dlc/campaign_get_sharing_status_response.rb', line 11 optional :shared_by_me, -> { Telnyx::Messaging10dlc::CampaignSharingStatus }, api_name: :sharedByMe |
#shared_with_me ⇒ Telnyx::Models::Messaging10dlc::CampaignSharingStatus?
16 17 18 19 20 |
# File 'lib/telnyx/models/messaging_10dlc/campaign_get_sharing_status_response.rb', line 16 optional :shared_with_me, -> { Telnyx::Messaging10dlc::CampaignSharingStatus }, api_name: :sharedWithMe |