IssueContractBaseProperties 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 contract Base Properties.
public class IssueContractBaseProperties
type IssueContractBaseProperties = class
Public Class IssueContractBaseProperties
- Inheritance
-
IssueContractBaseProperties
Constructors
IssueContractBaseProperties() |
Initializes a new instance of the IssueContractBaseProperties class. |
IssueContractBaseProperties(Nullable<DateTime>, String, String) |
Initializes a new instance of the IssueContractBaseProperties 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. |
State |
Gets or sets status of the issue. Possible values include: 'proposed', 'open', 'removed', 'resolved', 'closed' |
Applies to
Azure SDK for .NET