Method: Fastly::LoggingPapertrailResponse.fastly_types
- Defined in:
- lib/fastly/models/logging_papertrail_response.rb
.fastly_types ⇒ Object
Attribute type mapping.
96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/fastly/models/logging_papertrail_response.rb', line 96 def self.fastly_types { :'name' => :'String', :'placement' => :'String', :'response_condition' => :'String', :'format' => :'String', :'format_version' => :'String', :'address' => :'String', :'port' => :'Integer', :'created_at' => :'Time', :'deleted_at' => :'Time', :'updated_at' => :'Time', :'service_id' => :'String', :'version' => :'String' } end |