databricks-cli/bundle/config/resources/job.go

6 lines
72 B
Go

package resources
type Job struct {
ID string `json:"id,omitempty"`
}