Method: PureCloud::Gistener.swagger_types
- Defined in:
- lib/purecloud/models/gistener.rb
.swagger_types ⇒ Object
Attribute type mapping.
93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 |
# File 'lib/purecloud/models/gistener.rb', line 93 def self.swagger_types { :'id' => :'String', :'name' => :'String', :'date_created' => :'DateTime', :'date_modified' => :'DateTime', :'enabled' => :'BOOLEAN', :'any_words' => :'String', :'all_words' => :'String', :'exclude_words' => :'String', :'exact_phrase' => :'String', :'group_tags' => :'Array<GroupTag>', :'social_account' => :'SocialAccount', :'queue' => :'Queue', :'self_uri' => :'String' } end |