Instance Propertyswift-cloud 0.31.0CloudCore
properties
Linkable.swift:20let properties: [String : any Input<String>]
let properties: [String : any Input<String>]
s9CloudCore14LinkPropertiesV10propertiesSDySSAA5Input_pSS9ValueTypeAaEPRts_XPGvp
What are these?2P9Y3
import CloudCore
struct LinkProperties
@frozen struct String
A Unicode string value that is a collection of characters.
protocol Input<ValueType> : CustomStringConvertible, Encodable, Sendable
init(type: any Input<String>, name: any Input<String>, properties: [String : any Input<String>])
let name: any Input<String>
let type: any Input<String>