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