encrypted property

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

Indicates if the message sent to this URL should be encrypted.

Implementation

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