lib/fastly/models/response_object.rb in fastly-6.0.2 vs lib/fastly/models/response_object.rb in fastly-7.0.0
- old
+ new
@@ -57,11 +57,11 @@
{
:'cache_condition' => :'String',
:'content' => :'String',
:'content_type' => :'String',
:'name' => :'String',
- :'status' => :'Integer',
+ :'status' => :'String',
:'response' => :'String',
:'request_condition' => :'String'
}
end
@@ -106,10 +106,10 @@
end
if attributes.key?(:'status')
self.status = attributes[:'status']
else
- self.status = 200
+ self.status = '200'
end
if attributes.key?(:'response')
self.response = attributes[:'response']
else