ConnectionTypeCreateOrUpdateParameters interface
The parameters supplied to the create or update connection type operation.
Properties
field |
Gets or sets the field definitions of the connection type. |
is |
Gets or sets a Boolean value to indicate if the connection type is global. |
name | Gets or sets the name of the connection type. |
Property Details
fieldDefinitions
Gets or sets the field definitions of the connection type.
fieldDefinitions: {[propertyName: string]: FieldDefinition}
Property Value
{[propertyName: string]: FieldDefinition}
isGlobal
Gets or sets a Boolean value to indicate if the connection type is global.
isGlobal?: boolean
Property Value
boolean
name
Gets or sets the name of the connection type.
name: string
Property Value
string