type property

  1. @TagNumber(1)
String type

The type of PreconditionFailure. We recommend using a service-specific enum type to define the supported precondition violation subjects. For example, "TOS" for "Terms of Service violation".

Implementation

@$pb.TagNumber(1)
$core.String get type => $_getSZ(0);
  1. @TagNumber(1)
void type=(String v)

Implementation

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