Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="NumberRangeWebhookModel" /> class.
 /// </summary>
 /// <param name="id">id.</param>
 /// <param name="numberRangeId">numberRangeId.</param>
 /// <param name="webhook">webhook.</param>
 /// <param name="parameterValues">parameterValues.</param>
 /// <param name="priority">priority.</param>
 public NumberRangeWebhookModel(string id = default(string), string numberRangeId = default(string), WebhookModel webhook = default(WebhookModel), List <WebhookParameterValueModel> parameterValues = default(List <WebhookParameterValueModel>), int?priority = default(int?))
 {
     this.Id              = id;
     this.NumberRangeId   = numberRangeId;
     this.Webhook         = webhook;
     this.ParameterValues = parameterValues;
     this.Priority        = priority;
 }
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SimpleChoiceWebhookModel" /> class.
 /// </summary>
 /// <param name="id">id.</param>
 /// <param name="simpleChoiceId">simpleChoiceId.</param>
 /// <param name="webhook">webhook.</param>
 /// <param name="parameterValues">parameterValues.</param>
 /// <param name="priority">priority.</param>
 public SimpleChoiceWebhookModel(string id = default(string), string simpleChoiceId = default(string), WebhookModel webhook = default(WebhookModel), List <WebhookParameterValueModel> parameterValues = default(List <WebhookParameterValueModel>), int?priority = default(int?))
 {
     this.Id              = id;
     this.SimpleChoiceId  = simpleChoiceId;
     this.Webhook         = webhook;
     this.ParameterValues = parameterValues;
     this.Priority        = priority;
 }
Esempio n. 3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ApplicationFeatureWebhookModel" /> class.
 /// </summary>
 /// <param name="id">id.</param>
 /// <param name="applicationFeatureId">applicationFeatureId.</param>
 /// <param name="webhook">webhook.</param>
 /// <param name="parameterValues">parameterValues.</param>
 /// <param name="priority">priority.</param>
 public ApplicationFeatureWebhookModel(string id = default(string), string applicationFeatureId = default(string), WebhookModel webhook = default(WebhookModel), List <WebhookParameterValueModel> parameterValues = default(List <WebhookParameterValueModel>), int?priority = default(int?))
 {
     this.Id = id;
     this.ApplicationFeatureId = applicationFeatureId;
     this.Webhook         = webhook;
     this.ParameterValues = parameterValues;
     this.Priority        = priority;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="LatestMessageWebhookModel" /> class.
 /// </summary>
 /// <param name="id">id.</param>
 /// <param name="latestMessageId">latestMessageId.</param>
 /// <param name="webhook">webhook.</param>
 /// <param name="parameterValues">parameterValues.</param>
 /// <param name="priority">priority.</param>
 public LatestMessageWebhookModel(string id = default(string), string latestMessageId = default(string), WebhookModel webhook = default(WebhookModel), List <WebhookParameterValueModel> parameterValues = default(List <WebhookParameterValueModel>), int?priority = default(int?))
 {
     this.Id = id;
     this.LatestMessageId = latestMessageId;
     this.Webhook         = webhook;
     this.ParameterValues = parameterValues;
     this.Priority        = priority;
 }
Esempio n. 5
0
 /// <summary>
 /// Initializes a new instance of the <see cref="CustomRequestWebhookModel" /> class.
 /// </summary>
 /// <param name="id">id.</param>
 /// <param name="customRequestId">customRequestId.</param>
 /// <param name="webhook">webhook.</param>
 /// <param name="parameterValues">parameterValues.</param>
 /// <param name="priority">priority.</param>
 public CustomRequestWebhookModel(string id = default(string), string customRequestId = default(string), WebhookModel webhook = default(WebhookModel), List <WebhookParameterValueModel> parameterValues = default(List <WebhookParameterValueModel>), int?priority = default(int?))
 {
     this.Id = id;
     this.CustomRequestId = customRequestId;
     this.Webhook         = webhook;
     this.ParameterValues = parameterValues;
     this.Priority        = priority;
 }
Esempio n. 6
0
 /// <summary>
 /// Initializes a new instance of the <see cref="QuestionAnswerWebhookModel" /> class.
 /// </summary>
 /// <param name="id">id.</param>
 /// <param name="questionAnswerId">questionAnswerId.</param>
 /// <param name="webhook">webhook.</param>
 /// <param name="parameterValues">parameterValues.</param>
 /// <param name="priority">priority.</param>
 public QuestionAnswerWebhookModel(string id = default(string), string questionAnswerId = default(string), WebhookModel webhook = default(WebhookModel), List <WebhookParameterValueModel> parameterValues = default(List <WebhookParameterValueModel>), int?priority = default(int?))
 {
     this.Id = id;
     this.QuestionAnswerId = questionAnswerId;
     this.Webhook          = webhook;
     this.ParameterValues  = parameterValues;
     this.Priority         = priority;
 }
Esempio n. 7
0
 /// <summary>
 /// Initializes a new instance of the <see cref="RecipeWebhookModel" /> class.
 /// </summary>
 /// <param name="id">id.</param>
 /// <param name="recipeId">recipeId.</param>
 /// <param name="webhook">webhook.</param>
 /// <param name="parameterValues">parameterValues.</param>
 /// <param name="priority">priority.</param>
 public RecipeWebhookModel(string id = default(string), string recipeId = default(string), WebhookModel webhook = default(WebhookModel), List <WebhookParameterValueModel> parameterValues = default(List <WebhookParameterValueModel>), int?priority = default(int?))
 {
     this.Id              = id;
     this.RecipeId        = recipeId;
     this.Webhook         = webhook;
     this.ParameterValues = parameterValues;
     this.Priority        = priority;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="EventItemWebhookModel" /> class.
 /// </summary>
 /// <param name="id">id.</param>
 /// <param name="eventItemId">eventItemId.</param>
 /// <param name="webhook">webhook.</param>
 /// <param name="parameterValues">parameterValues.</param>
 /// <param name="priority">priority.</param>
 public EventItemWebhookModel(string id = default(string), string eventItemId = default(string), WebhookModel webhook = default(WebhookModel), List <WebhookParameterValueModel> parameterValues = default(List <WebhookParameterValueModel>), int?priority = default(int?))
 {
     this.Id              = id;
     this.EventItemId     = eventItemId;
     this.Webhook         = webhook;
     this.ParameterValues = parameterValues;
     this.Priority        = priority;
 }