Exemple #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DeleteCampaignsConflict" /> class.
 /// </summary>
 /// <param name="errors">errors.</param>
 /// <param name="type">RFC for status code definitions.</param>
 /// <param name="title">Error title.</param>
 /// <param name="status">Status code.</param>
 /// <param name="detail">Error detail.</param>
 public DeleteCampaignsConflict(CampaignSentLast30DaysErrors errors = default(CampaignSentLast30DaysErrors), string type = default(string), TitleEnum?title = default(TitleEnum?), int status = default(int), string detail = default(string))
 {
     this.Errors = errors;
     this.Type   = type;
     this.Title  = title;
     this.Status = status;
     this.Detail = detail;
 }
Exemple #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DeleteCampaignsConflict" /> class.
 /// </summary>
 public DeleteCampaignsConflict(CampaignSentLast30DaysErrors errors = default(CampaignSentLast30DaysErrors), string type = default(string), TitleEnum?title = default(TitleEnum?), int?status = default(int?), string detail = default(string)) : base()
 {
 }
Exemple #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="CampaignSentLast30Days" /> class.
 /// </summary>
 /// <param name="errors">errors.</param>
 public CampaignSentLast30Days(CampaignSentLast30DaysErrors errors = default(CampaignSentLast30DaysErrors))
 {
     this.Errors = errors;
 }