ListNotebookExecutionsRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique ID of the editor associated with the notebook execution.

Link copied to clipboard

The unique ID of the execution engine.

Link copied to clipboard

The beginning of time range filter for listing notebook executions. The default is the timestamp of 30 days ago.

Link copied to clipboard

The pagination token, returned by a previous ListNotebookExecutions call, that indicates the start of the list for this ListNotebookExecutions call.

Link copied to clipboard

The status filter for listing notebook executions.

Link copied to clipboard
val to: Instant?

The end of time range filter for listing notebook executions. The default is the current timestamp.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String