lib/fastly/models/snippet.rb in fastly-5.1.0 vs lib/fastly/models/snippet.rb in fastly-5.1.1
- old
+ new
@@ -71,11 +71,11 @@
{
:'name' => :'String',
:'dynamic' => :'Integer',
:'type' => :'String',
:'content' => :'String',
- :'priority' => :'Integer'
+ :'priority' => :'String'
}
end
# List of attributes with nullable: true
def self.fastly_nullable
@@ -115,10 +115,10 @@
end
if attributes.key?(:'priority')
self.priority = attributes[:'priority']
else
- self.priority = 100
+ self.priority = '100'
end
end
# Show invalid properties with the reasons. Usually used together with valid?
# @return Array for valid properties with the reasons