RepositoryDetails.IsTemplate Property

Definition

Whether this repository acts as a template that can be used to generate new repositories.

[System.Text.Json.Serialization.JsonPropertyName("is_template")]
public bool? IsTemplate { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("is_template")>]
member this.IsTemplate : Nullable<bool> with get, set
Public Property IsTemplate As Nullable(Of Boolean)

Property Value

Attributes

Applies to