CreateRepositoryUsingTemplateRequest.Owner Property

Definition

The organization or person who will own the new repository. If left blank, the authenticated user will be the owner.

[System.Text.Json.Serialization.JsonPropertyName("owner")]
public string Owner { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("owner")>]
member this.Owner : string with get, set
Public Property Owner As String

Property Value

Attributes

Applies to