Function Method Object


A function method is a link between a function and an automation, which defines the logic that runs when a function is triggered.

Properties
automationIdstringformat GUID

ID of the automation to link to the function.


_createdDateDateRead-only

Date and time the function method was created.


functionIdstringformat GUID

ID of the function that this method links to an automation.


_idstringRead-onlyformat GUID

Function method ID.


methodNamestringmaxLength 160

Display name for the function method.


revisionstringRead-onlyformat int64

Function method revision.


_updatedDateDateRead-only

Date and time the function method was last updated.

Did this help?