components property
The components to deploy. This is a dictionary, where each key is the name of a component, and each key's value is the version and configuration to deploy for that component.
Implementation
final Map<String, ComponentDeploymentSpecification>? components;