CreateCardResponse.IsTemplate 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.
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