TextRequestModelFactory.GetGroupByIdResponse 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 GetGroupByIdResponse(Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, String, String, String).
public static Azure.Connectors.Sdk.TextRequest.Models.GetGroupByIdResponse GetGroupByIdResponse(int? id = default, int? groupMemberCount = default, bool? isKeyword = default, string name = default, string notes = default, string lastMessageSentUtc = default);
static member GetGroupByIdResponse : Nullable<int> * Nullable<int> * Nullable<bool> * string * string * string -> Azure.Connectors.Sdk.TextRequest.Models.GetGroupByIdResponse
Public Shared Function GetGroupByIdResponse (Optional id As Nullable(Of Integer) = Nothing, Optional groupMemberCount As Nullable(Of Integer) = Nothing, Optional isKeyword As Nullable(Of Boolean) = Nothing, Optional name As String = Nothing, Optional notes As String = Nothing, Optional lastMessageSentUtc As String = Nothing) As GetGroupByIdResponse
Parameters
- name
- String
- notes
- String
- lastMessageSentUtc
- String