Sha256: 4eaf172af0bd14a1d9bc57d61f33d50dd1aeb03fbd00c2bd1aa4840537d8a030
Contents?: true
Size: 485 Bytes
Versions: 16
Compression:
Stored size: 485 Bytes
Contents
# frozen_string_literal: true module Cocina module Models class RequestAdministrative < Struct # example: druid:bc123df4567 attribute :hasAdminPolicy, Types::Strict::String 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
16 entries across 16 versions & 1 rubygems