ConnectorVersion Object
Connector version
Fields
#
status
Non-null
The status of the connector version. Could be SANDBOX, REVIEW or PUBLISHED. See ConnectorVersionStatus enum.
isPrivate
Boolean !
Non-null
Privacy of the version. Private version will be only available for the client identifier defined in the connector.
screenshots
[ ConnectorScreenshot !]!
Non-null
List of the screenshots. See ConnectorScreenshot type.
Usages
#
References
#
- Field connectorVersion from ClosingFormValue
- Field currentVersion from Connector
- Field connectorVersions from Connector
Previous
ConnectorScreenshot