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

     1  // Generated from Databricks Terraform provider schema. DO NOT EDIT.
     2  
     3  package schema
     4  
     5  type ResourceWorkspaceFile struct {
     6  	ContentBase64 string `json:"content_base64,omitempty"`
     7  	Id            string `json:"id,omitempty"`
     8  	Md5           string `json:"md5,omitempty"`
     9  	ObjectId      int    `json:"object_id,omitempty"`
    10  	Path          string `json:"path"`
    11  	Source        string `json:"source,omitempty"`
    12  	Url           string `json:"url,omitempty"`
    13  }