hasPassword property

  1. @BuiltValueField.new(wireName: r'hasPassword')
bool? get hasPassword

Indicates if the webhook is password protected.

Implementation

@BuiltValueField(wireName: r'hasPassword')
bool? get hasPassword;