Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 834 Bytes

ContentComplexType.md

File metadata and controls

12 lines (8 loc) · 834 Bytes

ContentComplexType

If the given API/device response is a collection of items, each item and its properties can be modeled as a complex type. The types are uniquely named within the grammar and provides the list of parameters to be extracted from each item. Name of the complex type can be used as the type of parameter that represents the complex value.

Properties

Name Type Description Notes
name str The unique name of this complex type within the grammar specification. [optional]
parameters list[ContentBaseParameter] [optional]

[Back to Model list] [Back to API list] [Back to README]