TeamsModelFactory.ListSectionsResponse Method

Definition

public static Azure.Connectors.Sdk.Teams.Models.ListSectionsResponse ListSectionsResponse(string context = default, string sectionsVersion = default, System.Collections.Generic.List<Azure.Connectors.Sdk.Teams.Models.SectionResponse> sections = default);
static member ListSectionsResponse : string * string * System.Collections.Generic.List<Azure.Connectors.Sdk.Teams.Models.SectionResponse> -> Azure.Connectors.Sdk.Teams.Models.ListSectionsResponse
Public Shared Function ListSectionsResponse (Optional context As String = Nothing, Optional sectionsVersion As String = Nothing, Optional sections As List(Of SectionResponse) = Nothing) As ListSectionsResponse

Parameters

context
String
sectionsVersion
String
sections
List<SectionResponse>

Returns

Applies to