Skip to content

Commit

Permalink
Fix variable type
Browse files Browse the repository at this point in the history
  • Loading branch information
danielblanco96 committed Nov 20, 2024
1 parent cbb7006 commit eeec947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opsmngr/automation_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ type Process struct {
BackupRestoreFilterList interface{} `json:"backupRestoreFilterList,omitempty"`
BackupRestoreJobID string `json:"backupRestoreJobId,omitempty"`
BackupRestoreURL string `json:"backupRestoreUrl,omitempty"`
BackupRestoreIsSuccessiveUpgrade string `json:"backupRestoreIsSuccessiveUpgrade,omitempty"`
BackupRestoreIsSuccessiveUpgrade bool `json:"backupRestoreIsSuccessiveUpgrade,omitempty"`
BackupRestoreOplogBaseURL string `json:"backupRestoreOplogBaseUrl,omitempty"`
BackupRestoreOplog interface{} `json:"backupRestoreOplog,omitempty"`
BackupRestoreRsVersion *int `json:"backupRestoreRsVersion,omitempty"`
Expand Down

0 comments on commit eeec947

Please sign in to comment.