Sha256: cce02a7be06e40e46faef47f9a17acf6be543356b0f2844738088c50f690be16

Contents?: true

Size: 425 Bytes

Versions: 1

Compression:

Stored size: 425 Bytes

Contents

# frozen_string_literal: true

module Cocina
  module Models
    class RequestDROStructural < Struct
      attribute :contains, Types::Strict::Array.of(RequestFileSet).default([])
      attribute :hasMemberOrders, Types::Strict::Array.of(Sequence).default([])
      attribute :isMemberOf, Types::Strict::Array.of(Druid).default([])
      attribute :hasAgreement, Types::Strict::String.meta(omittable: true)
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cocina-models-0.63.0 lib/cocina/models/request_dro_structural.rb