CreateContactInput.ContactGroups Property

Definition

Array of integer ids referring to groups this contact will belong to.

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

Property Value

Attributes

Applies to