MicroblinkPlatformServiceSettings

data class MicroblinkPlatformServiceSettings(val workflowId: String, val proxySettings: MicroblinkPlatformProxySettings, val consent: MicroblinkPlatformConsent)

Service settings.

Constructors

Link copied to clipboard
constructor(workflowId: String, proxySettings: MicroblinkPlatformProxySettings, consent: MicroblinkPlatformConsent)

Properties

Link copied to clipboard

Consent given by the user.

Link copied to clipboard

Setting for the proxy you are hosting.

Link copied to clipboard

ID of the workflow you want to use.