TextRequestModelFactory.CreateDashboardResponse 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 CreateDashboardResponse(Nullable<Int32>, String, String).
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