ConnectionUpdateProperties interface
The properties of the update connection operation.
Properties
| description | Gets or sets the description of the connection. |
| field |
Gets or sets the field definition values of the connection. |
Property Details
description
Gets or sets the description of the connection.
description?: string
Property Value
string
fieldDefinitionValues
Gets or sets the field definition values of the connection.
fieldDefinitionValues?: Record<string, string>
Property Value
Record<string, string>