conditions property
A list of conditions in descending order by priority.
The values of the google.firebase.remoteconfig.v1.RemoteConfigCondition.name entries must be unique.
Implementation
core.List<RemoteConfigCondition>? conditions;
A list of conditions in descending order by priority.
The values of the google.firebase.remoteconfig.v1.RemoteConfigCondition.name entries must be unique.
core.List<RemoteConfigCondition>? conditions;