GitHubModelFactory.Label 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 Label(Nullable<Int32>, String, String, String, String, String, Nullable<Boolean>).
public static Azure.Connectors.Sdk.GitHub.Models.Label Label(int? id = default, string nodeId = default, string url = default, string name = default, string description = default, string color = default, bool? isDefault = default);
static member Label : Nullable<int> * string * string * string * string * string * Nullable<bool> -> Azure.Connectors.Sdk.GitHub.Models.Label
Public Shared Function Label (Optional id As Nullable(Of Integer) = Nothing, Optional nodeId As String = Nothing, Optional url As String = Nothing, Optional name As String = Nothing, Optional description As String = Nothing, Optional color As String = Nothing, Optional isDefault As Nullable(Of Boolean) = Nothing) As Label
Parameters
- nodeId
- String
- url
- String
- name
- String
- description
- String
- color
- String