Skip to content

Commit

Permalink
removed project ID property, because it is not possible to have it re…
Browse files Browse the repository at this point in the history
…ad-only (deserialization from json cannot set the project id)
  • Loading branch information
MindaugasLaganeckas committed Oct 30, 2019
1 parent acc5c01 commit e6bf94e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/GitLabApiClient/Models/Webhooks/Responses/Webhook.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;
using GitLabApiClient.Models.Releases.Responses;
using Newtonsoft.Json;

namespace GitLabApiClient.Models.Webhooks.Responses
Expand All @@ -14,9 +11,6 @@ public sealed class Webhook
[JsonProperty("url")]
public string Url { get; set; }

[JsonProperty("project_id")]
public long ProjectId { get; }

[JsonProperty("push_events")]
public bool PushEvents { get; set; }

Expand Down

0 comments on commit e6bf94e

Please sign in to comment.