IssueUpdateContract Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Issue update Parameters.
[Microsoft.Rest.Serialization.JsonTransformation]
public class IssueUpdateContract
[<Microsoft.Rest.Serialization.JsonTransformation>]
type IssueUpdateContract = class
Public Class IssueUpdateContract
- Inheritance
-
IssueUpdateContract
- Attributes
Constructors
IssueUpdateContract() |
Initializes a new instance of the IssueUpdateContract class. |
IssueUpdateContract(Nullable<DateTime>, String, String, String, String, String) |
Initializes a new instance of the IssueUpdateContract class. |
Properties
ApiId |
Gets or sets a resource identifier for the API the issue was created for. |
CreatedDate |
Gets or sets date and time when the issue was created. |
Description |
Gets or sets text describing the issue. |
State |
Gets or sets status of the issue. Possible values include: 'proposed', 'open', 'removed', 'resolved', 'closed' |
Title |
Gets or sets the issue title. |
UserId |
Gets or sets a resource identifier for the user created the issue. |
Applies to
Azure SDK for .NET