mirror of https://github.com/databricks/cli.git
10 lines
316 B
Go
10 lines
316 B
Go
|
// Generated from Databricks Terraform provider schema. DO NOT EDIT.
|
||
|
|
||
|
package schema
|
||
|
|
||
|
type ResourceMwsNccBinding struct {
|
||
|
Id string `json:"id,omitempty"`
|
||
|
NetworkConnectivityConfigId string `json:"network_connectivity_config_id"`
|
||
|
WorkspaceId int `json:"workspace_id"`
|
||
|
}
|