GeneratedContent.Kind.structure(properties:orderedKeys:)
Represents a structured object with key-value pairs.
Declaration
case structure(properties: [String : GeneratedContent], orderedKeys: [String])Parameters
- properties:
A dictionary mapping string keys to Generatedcontent values.
- orderedKeys:
An array of keys that specifies the order of properties.