CreateTicketRequest.RequesterId 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.
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