GetContainerServicePowersResult constructor

GetContainerServicePowersResult({
  1. List<ContainerServicePower>? powers,
})

Implementation

GetContainerServicePowersResult({
  this.powers,
});