lib/purecloud/models/integration.rb in purecloud-0.41.1 vs lib/purecloud/models/integration.rb in purecloud-0.42.1

- old
+ new

@@ -20,12 +20,13 @@ # Details for an Integration class Integration # The globally unique identifier for the object. attr_accessor :id + # The name of the integration, used to distinguish this integration from others of the same type. attr_accessor :name - # Type of the integration. + # Type of the integration attr_accessor :integration_type # Configured state of the integration. attr_accessor :state