Exemple #1
0
 public RelayWebhook()
 {
     Match = new RelayWebhookMatch();
 }
 public IDictionary <string, object> ToDictionary(RelayWebhookMatch relayWebhookMatch)
 {
     return(WithCommonConventions(relayWebhookMatch));
 }