causeDetail property
Description of the cause of the alert that allows for agency-specific language; more specific than the Cause. If cause_detail is included, then Cause must also be included. NOTE: This field is still experimental, and subject to change. It may be formally adopted in the future.
Implementation
@$pb.TagNumber(17)
TranslatedString get causeDetail => $_getN(12);
Implementation
@$pb.TagNumber(17)
set causeDetail(TranslatedString v) { setField(17, v); }