CreateContactResponse.DisplayName Property

Definition

Full name of this contact. This is the default name displayed in the web app when viewing contacts.

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

Property Value

Attributes

Applies to