CreateCardResponse.IsTemplate Property

Definition

Is a template card

[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