Method: PureCloud::Script.attribute_map
- Defined in:
- lib/purecloud/models/script.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 |
# File 'lib/purecloud/models/script.rb', line 56 def self.attribute_map { :'id' => :'id', :'name' => :'name', :'version_id' => :'versionId', :'created_date' => :'createdDate', :'modified_date' => :'modifiedDate', :'published_date' => :'publishedDate', :'version_date' => :'versionDate', :'start_page_id' => :'startPageId', :'start_page_name' => :'startPageName', :'features' => :'features', :'variables' => :'variables', :'custom_actions' => :'customActions', :'pages' => :'pages', :'self_uri' => :'selfUri' } end |