GitHubModelFactory.RequestReviewersBody 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 RequestReviewersBody(List<String>, List<String>).
public static Azure.Connectors.Sdk.GitHub.Models.RequestReviewersBody RequestReviewersBody(System.Collections.Generic.List<string> reviewers = default, System.Collections.Generic.List<string> teamReviewers = default);
static member RequestReviewersBody : System.Collections.Generic.List<string> * System.Collections.Generic.List<string> -> Azure.Connectors.Sdk.GitHub.Models.RequestReviewersBody
Public Shared Function RequestReviewersBody (Optional reviewers As List(Of String) = Nothing, Optional teamReviewers As List(Of String) = Nothing) As RequestReviewersBody