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

6 lines
77 B
Go

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