failed property

  1. @JsonParameter(Necessity.optional, ['failed'])
bool? failed
getter/setter pair

Not currently supported. Including this parameter will result in an error.

Implementation

@JsonParameter(Necessity.optional, ['failed'])
bool? failed;