Required Static Propertysoto-core 7.7.3SotoCore
key
CollectionCoders.swift:64static var key: String { get }static var key: String { get }import SotoCoreprotocol DictionaryCoderPropertiesProtocol for dictionary encoding properties. The property required are the dictionary element name entry, the key name key and the value name value
@frozen struct StringA Unicode string value that is a collection of characters.
static var entry: String? { get }static var value: String { get }