lib/fastly/models/origin_inspector.rb in fastly-8.8.0 vs lib/fastly/models/origin_inspector.rb in fastly-8.9.0
- old
+ new
@@ -11,10 +11,11 @@
require 'date'
require 'time'
module Fastly
class OriginInspector
+ # Value to use for subsequent requests.
attr_accessor :timestamp
# Offset of entry timestamps from the current time due to processing time.
attr_accessor :aggregate_delay
@@ -36,10 +37,10 @@
end
# Attribute type mapping.
def self.fastly_types
{
- :'timestamp' => :'OriginInspectorSubsequentRequestTimestamp',
+ :'timestamp' => :'Integer',
:'aggregate_delay' => :'Integer',
:'data' => :'Array<OriginInspectorRealtimeEntry>'
}
end