GitHubModelFactory.LicenseDetails 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 LicenseDetails(String, String, String, String, String, String).
public static Azure.Connectors.Sdk.GitHub.Models.LicenseDetails LicenseDetails(string key = default, string name = default, string url = default, string spdxId = default, string nodeId = default, string htmlUrl = default);
static member LicenseDetails : string * string * string * string * string * string -> Azure.Connectors.Sdk.GitHub.Models.LicenseDetails
Public Shared Function LicenseDetails (Optional key As String = Nothing, Optional name As String = Nothing, Optional url As String = Nothing, Optional spdxId As String = Nothing, Optional nodeId As String = Nothing, Optional htmlUrl As String = Nothing) As LicenseDetails
Parameters
- key
- String
- name
- String
- url
- String
- spdxId
- String
- nodeId
- String
- htmlUrl
- String