statusMessage property
Output only. Additional information about the current status of this instance, if available.
Implementation
@$pb.TagNumber(15)
$core.String get statusMessage => $_getSZ(12);
Implementation
@$pb.TagNumber(15)
set statusMessage($core.String v) { $_setString(12, v); }