We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f9065d commit 6ac387bCopy full SHA for 6ac387b
rai/models.go
@@ -32,8 +32,9 @@ type Database struct {
32
Region string `json:"region"`
33
AccountName string `json:"account_name"`
34
CreatedBy string `json:"created_by"`
35
- DeletedOn string `json:"deleted_on"`
+ CreatedOn string `json:"created_on"`
36
DeletedBy string `json:"deleted_by,omitempty"`
37
+ DeletedOn string `json:"deleted_on,omitempty"`
38
State string `json:"state"`
39
}
40
0 commit comments