github.com/databricks/cli@v0.203.0/bundle/internal/tf/schema/resource_directory.go (about)

     1  // Generated from Databricks Terraform provider schema. DO NOT EDIT.
     2  
     3  package schema
     4  
     5  type ResourceDirectory struct {
     6  	DeleteRecursive bool   `json:"delete_recursive,omitempty"`
     7  	Id              string `json:"id,omitempty"`
     8  	ObjectId        int    `json:"object_id,omitempty"`
     9  	Path            string `json:"path"`
    10  }