Method: Fastly::VersionDetail.attribute_map

Defined in:
lib/fastly/models/version_detail.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# File 'lib/fastly/models/version_detail.rb', line 58

def self.attribute_map
  {
    :'backends' => :'backends',
    :'cache_settings' => :'cache_settings',
    :'conditions' => :'conditions',
    :'directors' => :'directors',
    :'domains' => :'domains',
    :'gzips' => :'gzips',
    :'headers' => :'headers',
    :'healthchecks' => :'healthchecks',
    :'request_settings' => :'request_settings',
    :'response_objects' => :'response_objects',
    :'settings' => :'settings',
    :'snippets' => :'snippets',
    :'vcls' => :'vcls',
    :'wordpress' => :'wordpress'
  }
end