primary property

bool? primary
getter/setter pair

Whether this placement is the primary placement of a roadblock (placement group).

You cannot change this field from true to false. Setting this field to true will automatically set the primary field on the original primary placement of the roadblock to false, and it will automatically set the roadblock's primaryPlacementId field to the ID of this placement.

Implementation

core.bool? primary;