Class: HubSpotSDK::Models::Conversations::PublicChannelIntegrationChannel
Overview
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(id:, capabilities:, created_at:, name:, channel_account_connection_redirect_url: nil, channel_description: nil, channel_logo_url: nil, webhook_url: nil) ⇒ Object
|
# File 'lib/hubspot_sdk/models/conversations/public_channel_integration_channel.rb', line 50
|
Instance Attribute Details
#capabilities ⇒ Hash{Symbol=>Object}
#channel_account_connection_redirect_url ⇒ String?
31
32
33
|
# File 'lib/hubspot_sdk/models/conversations/public_channel_integration_channel.rb', line 31
optional :channel_account_connection_redirect_url,
String,
api_name: :channelAccountConnectionRedirectUrl
|
#channel_description ⇒ String?
38
|
# File 'lib/hubspot_sdk/models/conversations/public_channel_integration_channel.rb', line 38
optional :channel_description, String, api_name: :channelDescription
|
#channel_logo_url ⇒ String?
43
|
# File 'lib/hubspot_sdk/models/conversations/public_channel_integration_channel.rb', line 43
optional :channel_logo_url, String, api_name: :channelLogoUrl
|
#created_at ⇒ Time
21
|
# File 'lib/hubspot_sdk/models/conversations/public_channel_integration_channel.rb', line 21
required :created_at, Time, api_name: :createdAt
|
#id ⇒ String
11
|
# File 'lib/hubspot_sdk/models/conversations/public_channel_integration_channel.rb', line 11
required :id, String
|
#name ⇒ String
26
|
# File 'lib/hubspot_sdk/models/conversations/public_channel_integration_channel.rb', line 26
required :name, String
|
#webhook_url ⇒ String?
48
|
# File 'lib/hubspot_sdk/models/conversations/public_channel_integration_channel.rb', line 48
optional :webhook_url, String, api_name: :webhookUrl
|