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