version property

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

The version of this webhook type.

Implementation

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