databricks-sdk-golang/aws/models/ObjectInfo.go
2021-01-03 13:02:23 +09:00

8 lines
272 B
Go

package models
type ObjectInfo struct {
ObjectType *ObjectType `json:"object_type,omitempty" url:"object_type,omitempty"`
Path string `json:"path,omitempty" url:"path,omitempty"`
Language *Language `json:"language,omitempty" url:"language,omitempty"`
}