causeDetail property

  1. @TagNumber(17)
TranslatedString get causeDetail

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);
  1. @TagNumber(17)
set causeDetail (TranslatedString v)

Implementation

@$pb.TagNumber(17)
set causeDetail(TranslatedString v) { setField(17, v); }