power property
A numeric value that represents the power of the bundle (e.g.,
500
). You can use the bundle's power value in conjunction with
a blueprint's minimum power value to determine whether the blueprint will
run on the bundle. For example, you need a bundle with a power value of 500
or more to create an instance that uses a blueprint with a minimum power
value of 500.
Implementation
final int? power;