rules property

List<DataRetrievalRule>? rules
final

The policy rule. Although this is a list type, currently there must be only one rule, which contains a Strategy field and optionally a BytesPerHour field.

Implementation

final List<DataRetrievalRule>? rules;