GitHubModelFactory.GitUser(String, String, String) 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 GitUser(String, String, String).
public static Azure.Connectors.Sdk.GitHub.Models.GitUser GitUser(string gitUserName = default, string gitUserEmail = default, string timestampOfCommit = default);
static member GitUser : string * string * string -> Azure.Connectors.Sdk.GitHub.Models.GitUser
Public Shared Function GitUser (Optional gitUserName As String = Nothing, Optional gitUserEmail As String = Nothing, Optional timestampOfCommit As String = Nothing) As GitUser
Parameters
- gitUserName
- String
- gitUserEmail
- String
- timestampOfCommit
- String