CreateTicketRequest.Source Property

Definition

The channel through which the ticket was created.

[System.Text.Json.Serialization.JsonPropertyName("source")]
public Azure.Connectors.Sdk.FreshService.Models.Source? Source { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("source")>]
member this.Source : Nullable<Azure.Connectors.Sdk.FreshService.Models.Source> with get, set
Public Property Source As Nullable(Of Source)

Property Value

Attributes

Applies to