Basic

data class Basic(val projectId: String) : TWSConfiguration

Basic configuration for a TWSManager. Configured for a specific project. TWSManager configured with Basic configuration will have access to all snippets in that organizations project, a valid tws-service.json is provided.

Parameters

projectId

The ID of the project.

Constructors

Link copied to clipboard
constructor(projectId: String)

Properties

Link copied to clipboard