WebexModelFactory.GetPeopleResponse Method

Definition

public static Azure.Connectors.Sdk.Webex.Models.GetPeopleResponse GetPeopleResponse(System.Collections.Generic.List<System.Text.Json.JsonElement?> items = default, System.Collections.Generic.List<string> notFoundIds = default);
static member GetPeopleResponse : System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>> * System.Collections.Generic.List<string> -> Azure.Connectors.Sdk.Webex.Models.GetPeopleResponse
Public Shared Function GetPeopleResponse (Optional items As List(Of Nullable(Of JsonElement)) = Nothing, Optional notFoundIds As List(Of String) = Nothing) As GetPeopleResponse

Parameters

notFoundIds
List<String>

Returns

Applies to