Class: HubSpotSDK::Models::Conversations::PublicChannelIntegrationChannelCreate
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:, 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_create.rb', line 39
|
Instance Attribute Details
#capabilities ⇒ Hash{Symbol=>Object}
#channel_account_connection_redirect_url ⇒ String?
20
21
22
|
# File 'lib/hubspot_sdk/models/conversations/public_channel_integration_channel_create.rb', line 20
optional :channel_account_connection_redirect_url,
String,
api_name: :channelAccountConnectionRedirectUrl
|
#channel_description ⇒ String?
27
|
# File 'lib/hubspot_sdk/models/conversations/public_channel_integration_channel_create.rb', line 27
optional :channel_description, String, api_name: :channelDescription
|
#channel_logo_url ⇒ String?
32
|
# File 'lib/hubspot_sdk/models/conversations/public_channel_integration_channel_create.rb', line 32
optional :channel_logo_url, String, api_name: :channelLogoUrl
|
#name ⇒ String
15
|
# File 'lib/hubspot_sdk/models/conversations/public_channel_integration_channel_create.rb', line 15
required :name, String
|
#webhook_url ⇒ String?
37
|
# File 'lib/hubspot_sdk/models/conversations/public_channel_integration_channel_create.rb', line 37
optional :webhook_url, String, api_name: :webhookUrl
|