CreateContactResponse.LastName Property

Definition

Last name of this contact.

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

Property Value

Attributes

Applies to