TextRequestModelFactory.GetDashboardResponse Method

Definition

public static Azure.Connectors.Sdk.TextRequest.Models.GetDashboardResponse GetDashboardResponse(int? id = default, string name = default, string phone = default);
static member GetDashboardResponse : Nullable<int> * string * string -> Azure.Connectors.Sdk.TextRequest.Models.GetDashboardResponse
Public Shared Function GetDashboardResponse (Optional id As Nullable(Of Integer) = Nothing, Optional name As String = Nothing, Optional phone As String = Nothing) As GetDashboardResponse

Parameters

name
String
phone
String

Returns

Applies to