OnenoteOnNewSectionInNotebookTriggerPayload Class
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.
Typed trigger payload for the OnNewSectionInNotebook trigger (Onenote "When a new section is created", operationId: OnNewSectionInNotebook).
Deserialize Connector Namespace callbacks directly: JsonSerializer.Deserialize<OnenoteOnNewSectionInNotebookTriggerPayload>(body).
public class OnenoteOnNewSectionInNotebookTriggerPayload : Azure.Connectors.Sdk.TriggerCallbackPayload<Azure.Connectors.Sdk.Onenote.Models.SectionResponse>
type OnenoteOnNewSectionInNotebookTriggerPayload = class
inherit TriggerCallbackPayload<SectionResponse>
Public Class OnenoteOnNewSectionInNotebookTriggerPayload
Inherits TriggerCallbackPayload(Of SectionResponse)
- Inheritance
Constructors
| Name | Description |
|---|---|
| OnenoteOnNewSectionInNotebookTriggerPayload() | |
Properties
| Name | Description |
|---|---|
| Body |
The body envelope containing the trigger items. (Inherited from TriggerCallbackPayload<T>) |