generated/google/apis/webfonts_v1/representations.rb in google-api-client-0.41.0 vs generated/google/apis/webfonts_v1/representations.rb in google-api-client-0.41.1
- old
+ new
@@ -39,11 +39,10 @@
class Representation < Google::Apis::Core::JsonRepresentation
property :category, as: 'category'
property :family, as: 'family'
hash :files, as: 'files'
property :kind, as: 'kind'
- property :last_modified, as: 'lastModified', type: Date
-
+ property :last_modified, as: 'lastModified'
collection :subsets, as: 'subsets'
collection :variants, as: 'variants'
property :version, as: 'version'
end
end