CreateTicketRequest.RequesterId Property

Definition

User-id of the requester. One of the Requester ID, Requester Email and Requester Phone is required

[System.Text.Json.Serialization.JsonPropertyName("requester_id")]
public long? RequesterId { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("requester_id")>]
member this.RequesterId : Nullable<int64> with get, set
Public Property RequesterId As Nullable(Of Long)

Property Value

Attributes

Applies to