Sha256: ff3733423b44303763580925c14c42df2f96cd3efb054fedfafe1b2ac4228fc0
Contents?: true
Size: 450 Bytes
Versions: 36
Compression:
Stored size: 450 Bytes
Contents
# frozen_string_literal: true module Cocina module Models # Metadata for a cocina object. class ObjectMetadata < Struct # When the object was created. attribute? :created, Types::Params::DateTime # When the object was modified. attribute? :modified, Types::Params::DateTime # Key for optimistic locking. The contents of the key is not specified. attribute :lock, Types::Strict::String end end end
Version data entries
36 entries across 36 versions & 1 rubygems