Sha256: 8fbc0045ac4d534bbac76dfea739181e449ec67bcca6259526e87be8b90b8e70

Contents?: true

Size: 213 Bytes

Versions: 24

Compression:

Stored size: 213 Bytes

Contents

# frozen_string_literal: true

module Cocina
  module Models
    class CollectionIdentification < Struct
      attribute :catalogLinks, Types::Strict::Array.of(CatalogLink).meta(omittable: true)
    end
  end
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
cocina-models-0.32.0 lib/cocina/models/collection_identification.rb
cocina-models-0.31.1 lib/cocina/models/collection_identification.rb
cocina-models-0.31.0 lib/cocina/models/collection_identification.rb
cocina-models-0.30.0 lib/cocina/models/collection_identification.rb