response property

  1. @BuiltValueField.new(wireName: r'response')
String? get response

Depending on whether a specific recurring detail was in the request, result is either detail-successfully-disabled or all-details-successfully-disabled.

Implementation

@BuiltValueField(wireName: r'response')
String? get response;