resources property

List<ResourceCommitment>? resources
getter/setter pair

The list of all the hardware resources, with their types and amounts, that you want to commit to.

Specify as a separate entry in the list for each individual resource type.

Implementation

core.List<ResourceCommitment>? resources;