stateReason property

  1. @TagNumber.new(19)
String get stateReason

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

Implementation

@$pb.TagNumber(19)
$core.String get stateReason => $_getSZ(18);
  1. @TagNumber.new(19)
set stateReason (String v)

Implementation

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