Sha256: efc341ec9249a76c9100bde73b27652ef4a17b07db86ba47240ec9607a6a7464
Contents?: true
Size: 469 Bytes
Versions: 20
Compression:
Stored size: 469 Bytes
Contents
# frozen_string_literal: true module Cocina module Models class RequestAdministrative < Struct # example: druid:bc123df4567 attribute :hasAdminPolicy, Druid attribute :releaseTags, Types::Strict::Array.of(ReleaseTag).default([].freeze) # Internal project this resource is a part of. This governs routing of messages about this object. # example: Google Books attribute? :partOfProject, Types::Strict::String end end end
Version data entries
20 entries across 20 versions & 1 rubygems