[ch5781] | Piyush | Add support for db backup

This commit is contained in:
piyush-sinha
2020-03-26 11:46:53 +05:30
parent a7dd0acf69
commit c79d74524d
7 changed files with 87 additions and 44 deletions

View File

@@ -31,6 +31,7 @@ type Database struct {
SizeInGb int `json:"sizeInGb"`
DbNames []string `json:"dbNames"`
InstanceName string `json:"instanceName"`
BackupEnabled bool `json:"backupEnabled"`
}
type Team struct {