TextRequestModelFactory.GetGroupsResponse Method
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.
Creates a new instance of GetGroupsResponse(Nullable<JsonElement>, List<Nullable<JsonElement>>).
public static Azure.Connectors.Sdk.TextRequest.Models.GetGroupsResponse GetGroupsResponse(System.Text.Json.JsonElement? meta = default, System.Collections.Generic.List<System.Text.Json.JsonElement?> items = default);
static member GetGroupsResponse : Nullable<System.Text.Json.JsonElement> * System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>> -> Azure.Connectors.Sdk.TextRequest.Models.GetGroupsResponse
Public Shared Function GetGroupsResponse (Optional meta As Nullable(Of JsonElement) = Nothing, Optional items As List(Of Nullable(Of JsonElement)) = Nothing) As GetGroupsResponse
Parameters
- meta
- Nullable<JsonElement>
- items
- List<Nullable<JsonElement>>