lib/fastly/models/gzip_response.rb in fastly-6.0.2 vs lib/fastly/models/gzip_response.rb in fastly-7.0.0
- old
+ new
@@ -64,11 +64,11 @@
:'cache_condition' => :'String',
:'content_types' => :'String',
:'extensions' => :'String',
:'name' => :'String',
:'service_id' => :'String',
- :'version' => :'Integer',
+ :'version' => :'String',
:'created_at' => :'Time',
:'deleted_at' => :'Time',
:'updated_at' => :'Time'
}
end
@@ -87,10 +87,10 @@
# List of class defined in allOf (OpenAPI v3)
def self.fastly_all_of
[
:'Gzip',
- :'ServiceIdAndVersion',
+ :'ServiceIdAndVersionString',
:'Timestamps'
]
end
# Initializes the object