statusDetail property
Customer-readable message about the current status.
Implementation
@$pb.TagNumber(24)
$core.String get statusDetail => $_getSZ(15);
Implementation
@$pb.TagNumber(24)
set statusDetail($core.String v) { $_setString(15, v); }
Customer-readable message about the current status.
@$pb.TagNumber(24)
$core.String get statusDetail => $_getSZ(15);
@$pb.TagNumber(24)
set statusDetail($core.String v) { $_setString(15, v); }