Method: Fastly::AclEntry.attribute_map

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

.attribute_mapObject

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



51
52
53
54
55
56
57
58
# File 'lib/fastly/models/acl_entry.rb', line 51

def self.attribute_map
  {
    :'negated' => :'negated',
    :'comment' => :'comment',
    :'ip' => :'ip',
    :'subnet' => :'subnet'
  }
end