stateReason property
Output only. Human-readable description of why the backup is in the current
state.
Implementation
@$pb.TagNumber(19)
$core.String get stateReason => $_getSZ(18);
Implementation
@$pb.TagNumber(19)
set stateReason($core.String v) {
$_setString(18, v);
}