Method: PureCloud::Section.swagger_types

Defined in:
lib/purecloud/models/section.rb

.swagger_typesObject

Attribute type mapping.



45
46
47
48
49
50
51
52
53
# File 'lib/purecloud/models/section.rb', line 45

def self.swagger_types
  {
    :'field_list' => :'Array<FieldList>',
    :'instruction_text' => :'String',
    :'key' => :'String',
    :'state' => :'String'
    
  }
end