Method: Fastly::Content.fastly_types

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

.fastly_typesObject

Attribute type mapping.



46
47
48
49
50
51
52
53
54
55
# File 'lib/fastly/models/content.rb', line 46

def self.fastly_types
  {
    :'hash' => :'String',
    :'request' => :'Object',
    :'response' => :'Object',
    :'response_time' => :'Float',
    :'server' => :'String',
    :'pop' => :'String'
  }
end