VersionMetadata
RegistryClient.swift:2396struct VersionMetadata
Other members in extension
Types
Citizens in PackageRegistry
Conformances
protocol Decodable
A type that can decode itself from an external representation.
protocol Encodable
A type that can encode itself to an external representation.
Types
Type members
init(from: any Decoder
) throws init(id: String, version: String, resources: [Resource], metadata: AdditionalMetadata?, publishedAt: Date?
)