TextRequestModelFactory.CreateDashboardResponse Method

Definition

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

Parameters

name
String
phone
String

Returns

Applies to