overrides property

  1. @TagNumber.new(1)
PbList<QuotaOverride> get overrides

The overrides to create. Each override must have a value for 'metric' and 'unit', to specify which metric and which limit the override should be applied to. The 'name' field of the override does not need to be set; it is ignored.

Implementation

@$pb.TagNumber(1)
$pb.PbList<QuotaOverride> get overrides => $_getList(0);