type property

String? type
getter/setter pair

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

core.String? type;