Class: HubSpotSDK::Models::Conversations::PublicChannelIntegrationChannelPatch
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], 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
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(capabilities:, channel_account_connection_redirect_url:, channel_description:, channel_logo_url:, name:, webhook_url:) ⇒ Object
|
# File 'lib/hubspot_sdk/models/conversations/public_channel_integration_channel_patch.rb', line 39
|
Instance Attribute Details
#capabilities ⇒ Hash{Symbol=>Object}
#channel_account_connection_redirect_url ⇒ Object
15
16
17
|
# File 'lib/hubspot_sdk/models/conversations/public_channel_integration_channel_patch.rb', line 15
required :channel_account_connection_redirect_url,
HubSpotSDK::Internal::Type::Unknown,
api_name: :channelAccountConnectionRedirectUrl
|
#channel_description ⇒ Object
22
|
# File 'lib/hubspot_sdk/models/conversations/public_channel_integration_channel_patch.rb', line 22
required :channel_description, HubSpotSDK::Internal::Type::Unknown, api_name: :channelDescription
|
#channel_logo_url ⇒ Object
27
|
# File 'lib/hubspot_sdk/models/conversations/public_channel_integration_channel_patch.rb', line 27
required :channel_logo_url, HubSpotSDK::Internal::Type::Unknown, api_name: :channelLogoUrl
|
#name ⇒ Object
32
|
# File 'lib/hubspot_sdk/models/conversations/public_channel_integration_channel_patch.rb', line 32
required :name, HubSpotSDK::Internal::Type::Unknown
|
#webhook_url ⇒ Object
37
|
# File 'lib/hubspot_sdk/models/conversations/public_channel_integration_channel_patch.rb', line 37
required :webhook_url, HubSpotSDK::Internal::Type::Unknown, api_name: :webhookUrl
|