details property

  1. @TagNumber(2)
String get details

Output only. Human readable explanation about the issue. Provided to help address the configuration issues. Not guaranteed to be stable. For programmatic access use Reason enum.

Implementation

@$pb.TagNumber(2)
$core.String get details => $_getSZ(1);
  1. @TagNumber(2)
set details (String v)

Implementation

@$pb.TagNumber(2)
set details($core.String v) { $_setString(1, v); }