mirror of
https://github.com/FlipsideCrypto/databricks-sdk-golang.git
synced 2026-02-06 10:57:34 +00:00
7 lines
229 B
Go
7 lines
229 B
Go
package models
|
|
|
|
type SecretMetadata struct {
|
|
Key string `json:"key,omitempty" url:"key,omitempty"`
|
|
LastUpdatedTimestamp int64 `json:"last_updated_timestamp,omitempty" url:"last_updated_timestamp,omitempty"`
|
|
}
|