GetContactByPhoneNumberResponse.Groups Property

Definition

Array of integer ids referring to groups this contact belongs to.

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

Property Value

Attributes

Applies to