
com.databricks.sdk.service.jobs.ViewsToExport Maven / Gradle / Ivy
// Code generated from OpenAPI specs by Databricks SDK Generator. DO NOT EDIT.
package com.databricks.sdk.service.jobs;
import com.databricks.sdk.support.Generated;
/** This describes an enum */
@Generated
public enum ViewsToExport {
ALL, // All views of the notebook.
CODE, // Code view of the notebook.
DASHBOARDS, // All dashboard views of the notebook.
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy