You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Instantiates a new <see cref="global::GitHub.Models.PullRequest_base"/> and sets the default values.
@@ -81,9 +81,9 @@ public virtual IDictionary<string, Action<IParseNode>> GetFieldDeserializers()
81
81
{
82
82
{"label", n =>{Label=n.GetStringValue();}},
83
83
{"ref", n =>{Ref=n.GetStringValue();}},
84
-
{"repo", n =>{Repo=n.GetObjectValue<global::GitHub.Models.PullRequest_base_repo>(global::GitHub.Models.PullRequest_base_repo.CreateFromDiscriminatorValue);}},
84
+
{"repo", n =>{Repo=n.GetObjectValue<global::GitHub.Models.Repository>(global::GitHub.Models.Repository.CreateFromDiscriminatorValue);}},
85
85
{"sha", n =>{Sha=n.GetStringValue();}},
86
-
{"user", n =>{User=n.GetObjectValue<global::GitHub.Models.PullRequest_base_user>(global::GitHub.Models.PullRequest_base_user.CreateFromDiscriminatorValue);}},
86
+
{"user", n =>{User=n.GetObjectValue<global::GitHub.Models.SimpleUser>(global::GitHub.Models.SimpleUser.CreateFromDiscriminatorValue);}},
87
87
};
88
88
}
89
89
/// <summary>
@@ -95,9 +95,9 @@ public virtual void Serialize(ISerializationWriter writer)
0 commit comments