lib/fastly/models/acl_response.rb in fastly-5.1.0 vs lib/fastly/models/acl_response.rb in fastly-5.1.1
- old
+ new
@@ -25,10 +25,11 @@
# Date and time in ISO 8601 format.
attr_accessor :updated_at
attr_accessor :service_id
+ # String representing the number identifying a version of the service.
attr_accessor :version
attr_accessor :id
# Attribute mapping from ruby-style variable name to JSON key.
@@ -55,11 +56,11 @@
:'name' => :'String',
:'created_at' => :'Time',
:'deleted_at' => :'Time',
:'updated_at' => :'Time',
:'service_id' => :'String',
- :'version' => :'Integer',
+ :'version' => :'String',
:'id' => :'String'
}
end
# List of attributes with nullable: true
@@ -74,10 +75,9 @@
# List of class defined in allOf (OpenAPI v3)
def self.fastly_all_of
[
:'Acl',
:'AclResponseAllOf',
- :'ServiceIdAndVersion',
:'Timestamps'
]
end
# Initializes the object