TeamsModelFactory.SectionResponse 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.
public static Azure.Connectors.Sdk.Teams.Models.SectionResponse SectionResponse(string eTag = default, string sectionId = default, string displayName = default, System.Text.Json.JsonElement? displayIcon = default, bool? isExpanded = default, Azure.Connectors.Sdk.Teams.Models.SortType? sortType = default, Azure.Connectors.Sdk.Teams.Models.SectionType? sectionType = default, DateTime? createdDateTime = default, DateTime? lastModifiedDateTime = default);
static member SectionResponse : string * string * string * Nullable<System.Text.Json.JsonElement> * Nullable<bool> * Nullable<Azure.Connectors.Sdk.Teams.Models.SortType> * Nullable<Azure.Connectors.Sdk.Teams.Models.SectionType> * Nullable<DateTime> * Nullable<DateTime> -> Azure.Connectors.Sdk.Teams.Models.SectionResponse
Public Shared Function SectionResponse (Optional eTag As String = Nothing, Optional sectionId As String = Nothing, Optional displayName As String = Nothing, Optional displayIcon As Nullable(Of JsonElement) = Nothing, Optional isExpanded As Nullable(Of Boolean) = Nothing, Optional sortType As Nullable(Of SortType) = Nothing, Optional sectionType As Nullable(Of SectionType) = Nothing, Optional createdDateTime As Nullable(Of DateTime) = Nothing, Optional lastModifiedDateTime As Nullable(Of DateTime) = Nothing) As SectionResponse
Parameters
- eTag
- String
- sectionId
- String
- displayName
- String
- displayIcon
- Nullable<JsonElement>
- sectionType
- Nullable<SectionType>