rules property
The list of custom error rules that apply to individual API messages.
NOTE: All service configuration rules follow "last one wins" order.
Implementation
core.List<CustomErrorRule>? rules;
The list of custom error rules that apply to individual API messages.
NOTE: All service configuration rules follow "last one wins" order.
core.List<CustomErrorRule>? rules;