Skip to content

Commit

Permalink
Added more detail (sometimes not present) to Fixed Database's Backup (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSharpe authored May 17, 2024
1 parent ccce459 commit c6c217f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions service/fixed/databases/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,10 @@ func (o Security) String() string {
}

type Backup struct {
Enabled *bool `json:"remoteBackupEnabled,omitempty"`
Status *string `json:"status,omitempty"`
Enabled *bool `json:"remoteBackupEnabled,omitempty"`
Status *string `json:"status,omitempty"`
Interval *string `json:"interval,omitempty"`
Destination *string `json:"destination,omitempty"`
}

func (o Backup) String() string {
Expand Down

0 comments on commit c6c217f

Please sign in to comment.