InvokeFunctionResponse Class

Definition

Response for Invoke function

[Azure.Connectors.Sdk.DynamicSchema("get_function_definition")]
public class InvokeFunctionResponse
[<Azure.Connectors.Sdk.DynamicSchema("get_function_definition")>]
type InvokeFunctionResponse = class
Public Class InvokeFunctionResponse
Inheritance
InvokeFunctionResponse
Attributes

Constructors

Name Description
InvokeFunctionResponse()

Properties

Name Description
AdditionalProperties

Dynamic properties determined at runtime by the connector's schema discovery endpoint. Populate this dictionary with the properties returned by the schema API.

Applies to