Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 745 Bytes

AddOnRequirement.md

File metadata and controls

15 lines (11 loc) · 745 Bytes

AddOnRequirement

Representation of an add-on requirement.

Properties

Name Type Description Notes
id str ID of the add-on requirement. [optional]
data dict(str, object) Data for the add-on requirement. [optional]
enabled bool Indicates if this requirement is enabled for the add-on. [optional]
resource str Type of resource of the add-on requirement. [optional]
status AddOnRequirementStatus [optional]

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