stateReason property

  1. @TagNumber(11)
String stateReason

Output only. Human-readable description of why the Restore is in its current state.

Implementation

@$pb.TagNumber(11)
$core.String get stateReason => $_getSZ(10);
  1. @TagNumber(11)
void stateReason=(String v)

Implementation

@$pb.TagNumber(11)
set stateReason($core.String v) { $_setString(10, v); }