Action.Image Property

Definition

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

Property Value

Attributes

Applies to