lib/fastly/models/cache_setting_response.rb in fastly-6.0.2 vs lib/fastly/models/cache_setting_response.rb in fastly-7.0.0
- old
+ new
@@ -88,14 +88,14 @@
def self.fastly_types
{
:'action' => :'String',
:'cache_condition' => :'String',
:'name' => :'String',
- :'stale_ttl' => :'Integer',
- :'ttl' => :'Integer',
+ :'stale_ttl' => :'String',
+ :'ttl' => :'String',
:'service_id' => :'String',
- :'version' => :'Integer',
+ :'version' => :'String',
:'created_at' => :'Time',
:'deleted_at' => :'Time',
:'updated_at' => :'Time'
}
end
@@ -113,10 +113,10 @@
# List of class defined in allOf (OpenAPI v3)
def self.fastly_all_of
[
:'CacheSetting',
- :'ServiceIdAndVersion',
+ :'ServiceIdAndVersionString',
:'Timestamps'
]
end
# Initializes the object