lib/purecloud/models/visibility_condition.rb in purecloud-0.69.1 vs lib/purecloud/models/visibility_condition.rb in purecloud-0.70.1
- old
+ new
@@ -18,10 +18,11 @@
module PureCloud
class VisibilityCondition
attr_accessor :combining_operation
+ # A list of strings, each representing the location in the form of the Answer Option to depend on. In the format of \"/form/questionGroup/{questionGroupIndex}/question/{questionIndex}/answer/{answerIndex}\" or, to assume the current question group, \"../question/{questionIndex}/answer/{answerIndex}\". Note: Indexes are zero-based
attr_accessor :predicates
# Attribute mapping from ruby-style variable name to JSON key.
def self.attribute_map
{
@@ -35,10 +36,10 @@
# Attribute type mapping.
def self.swagger_types
{
:'combining_operation' => :'String',
- :'predicates' => :'Array<Predicate>'
+ :'predicates' => :'Array<Object>'
}
end
def initialize(attributes = {})