CreateRepositoryUsingTemplateRequest.IsPrivate Property
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.
Either true to create a new private repository or false to create a new public one.
[System.Text.Json.Serialization.JsonPropertyName("private")]
public bool? IsPrivate { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("private")>]
member this.IsPrivate : Nullable<bool> with get, set
Public Property IsPrivate As Nullable(Of Boolean)
Property Value
- Attributes