Method: IntersightClient::OsTemplateFile.attribute_map
- Defined in:
- lib/intersight_client/models/os_template_file.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
56 57 58 59 60 61 62 63 64 |
# File 'lib/intersight_client/models/os_template_file.rb', line 56 def self.attribute_map { :'class_id' => :'ClassId', :'object_type' => :'ObjectType', :'name' => :'Name', :'placeholders' => :'Placeholders', :'template_content' => :'TemplateContent' } end |