hmacKeyCheckValue property

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

The checksum of the HMAC key generated for this webhook. You can use this value to uniquely identify the HMAC key configured for this webhook.

Implementation

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