GetConversationsResponse.Meta Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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