webhookSource property

  1. @TagNumber(8)
String webhookSource

Implementation

@$pb.TagNumber(8)
$core.String get webhookSource => $_getSZ(7);
  1. @TagNumber(8)
void webhookSource=(String v)

Implementation

@$pb.TagNumber(8)
set webhookSource($core.String v) {
  $_setString(7, v);
}