lib/smooch-api/models/integration_create.rb in smooch-api-4.2.0 vs lib/smooch-api/models/integration_create.rb in smooch-api-5.0
- old
+ new
@@ -13,10 +13,10 @@
require 'date'
module SmoochApi
class IntegrationCreate
- # The integration type.
+ # The integration type. See Enums.md for available values.
attr_accessor :type
# Facebook Page Access Token. Required for *messenger* integrations.
attr_accessor :pageAccessToken