Exemplo n.º 1
0
 public RelayWebhook()
 {
     Match = new RelayWebhookMatch();
 }
Exemplo n.º 2
0
 public IDictionary <string, object> ToDictionary(RelayWebhookMatch relayWebhookMatch)
 {
     return(WithCommonConventions(relayWebhookMatch));
 }