GetConversationsResponse.Meta Property

Definition

Metadata about the data returned by this request. This data is returned by all bulk GET requests.

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

Property Value

Attributes

Applies to