type property

  1. @TagNumber.new(1)
String get 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.new(1)
set type (String value)

Implementation

@$pb.TagNumber(1)
set type($core.String value) => $_setString(0, value);