Created
December 16, 2018 11:51
-
-
Save MarcBruins/e63fe08f8ad70a496b10878782bb372f to your computer and use it in GitHub Desktop.
PullRequest not nullable property
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class PullRequestRequest | |
{ | |
public PullRequestRequest() | |
{ | |
} | |
public string Body { get; set; } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment