Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="RecipientWebhook" /> class.
 /// </summary>
 /// <param name="_object">_object (required).</param>
 public RecipientWebhook(Recipient _object = default(Recipient))
 {
     this.Object = _object;
 }