GitHubModelFactory.IssueUpdateModel Method
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.
Creates a new instance of IssueUpdateModel(String, String, String, String, String, String, List<String>, List<String>).
public static Azure.Connectors.Sdk.GitHub.Models.IssueUpdateModel IssueUpdateModel(string title = default, string body = default, string assignee = default, string state = default, string changeReason = default, string milestones = default, System.Collections.Generic.List<string> labels = default, System.Collections.Generic.List<string> assignees = default);
static member IssueUpdateModel : string * string * string * string * string * string * System.Collections.Generic.List<string> * System.Collections.Generic.List<string> -> Azure.Connectors.Sdk.GitHub.Models.IssueUpdateModel
Public Shared Function IssueUpdateModel (Optional title As String = Nothing, Optional body As String = Nothing, Optional assignee As String = Nothing, Optional state As String = Nothing, Optional changeReason As String = Nothing, Optional milestones As String = Nothing, Optional labels As List(Of String) = Nothing, Optional assignees As List(Of String) = Nothing) As IssueUpdateModel
Parameters
- title
- String
- body
- String
- assignee
- String
- state
- String
- changeReason
- String
- milestones
- String