CreateContactResponse.ResponseCount Property

Definition

Total number of response messages from the contact.

[System.Text.Json.Serialization.JsonPropertyName("response_count")]
public int? ResponseCount { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("response_count")>]
member this.ResponseCount : Nullable<int> with get, set
Public Property ResponseCount As Nullable(Of Integer)

Property Value

Attributes

Applies to