installResponse ComplexType
Contains the response from the install action.
Properties
The properties of a complex type contain the structured data of the type.
| Name | Type | Details |
|---|---|---|
| connectionId | Edm.String |
The id of the logic flow connection created during install. |
| flowTriggerUri | Edm.String |
The Uri to trigger the installed flow. |
| stringifiedConnectionObject | Edm.String |
The logic flow connection created during install stringified. |
Used by
The following use the installResponse ComplexType.
| Name | How used |
|---|---|
| install | ReturnType |