Summary
    Description of a pull request status.
    
		- Namespace
- Cake.AzureDevOps .Repos .PullRequest 
- Base Types
- 
									- object
 
							graph BT
	Type-->Base0["object"]
	Type["AzureDevOpsPullRequestStatus"]
class Type type-node
						
					Syntax
public class AzureDevOpsPullRequestStatusConstructors
| Name | Summary | 
|---|---|
| Azure | Initializes a new instance of the AzureDevOpsPullRequestStatusclass. | 
Properties
| Name | Value | Summary | 
|---|---|---|
| Description | string | 
    Gets or sets the description of the status.
     | 
| Genre | string | 
    Gets or sets the genre of the status.
     | 
| Name | string | 
    Gets the name of the status.
     | 
| State | Azure | 
    Gets or sets the state of the pull request.
     | 
| TargetUrl | Uri | 
    Gets or sets the URL of the status.
     |