GetDatasetAccessRoutine

data class GetDatasetAccessRoutine(val datasetId: String, val projectId: String, val routineId: String)

Constructors

Link copied to clipboard
constructor(datasetId: String, projectId: String, routineId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The dataset ID.

Link copied to clipboard

The ID of the project containing this table.

Link copied to clipboard

The ID of the routine. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 256 characters.