mirror of https://github.com/databricks/cli.git
10 lines
232 B
Go
10 lines
232 B
Go
|
// Generated from Databricks Terraform provider schema. DO NOT EDIT.
|
||
|
|
||
|
package schema
|
||
|
|
||
|
type ResourceGroupMember struct {
|
||
|
GroupId string `json:"group_id"`
|
||
|
Id string `json:"id,omitempty"`
|
||
|
MemberId string `json:"member_id"`
|
||
|
}
|