Class: HubSpotSDK::Models::Conversations::PublicChannelIntegrationChannelPatch

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/hubspot_sdk/models/conversations/public_channel_integration_channel_patch.rb

Direct Known Subclasses

CustomChannelUpdateParams

Instance Attribute Summary collapse

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(capabilities:, channel_account_connection_redirect_url:, channel_description:, channel_logo_url:, name:, webhook_url:) ⇒ Object

Parameters:

  • capabilities (Hash{Symbol=>Object})
  • channel_account_connection_redirect_url (Object)
  • channel_description (Object)
  • channel_logo_url (Object)
  • name (Object)
  • webhook_url (Object)


# File 'lib/hubspot_sdk/models/conversations/public_channel_integration_channel_patch.rb', line 39

Instance Attribute Details

#capabilitiesHash{Symbol=>Object}

Returns:

  • (Hash{Symbol=>Object})


10
# File 'lib/hubspot_sdk/models/conversations/public_channel_integration_channel_patch.rb', line 10

required :capabilities, HubSpotSDK::Internal::Type::HashOf[HubSpotSDK::Internal::Type::Unknown]

#channel_account_connection_redirect_urlObject

Returns:

  • (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_descriptionObject

Returns:

  • (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_urlObject

Returns:

  • (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

#nameObject

Returns:

  • (Object)


32
# File 'lib/hubspot_sdk/models/conversations/public_channel_integration_channel_patch.rb', line 32

required :name, HubSpotSDK::Internal::Type::Unknown

#webhook_urlObject

Returns:

  • (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