Skip to content

Commit 322c879

Browse files
authored
INTMDB-400: Empty struct to delete backup distribution configuration (#336)
1 parent 08be1f5 commit 322c879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongodbatlas/cloud_provider_snapshot_backup_policies.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ type CloudProviderSnapshotBackupPolicy struct {
5454
Export *Export `json:"export,omitempty"` // Export struct that represents a policy for automatically exporting cloud backup snapshots to AWS bucket.
5555
UseOrgAndGroupNamesInExportPrefix *bool `json:"useOrgAndGroupNamesInExportPrefix,omitempty"` // Specifies whether to use organization and project names instead of organization and project UUIDs in the path to the metadata files that Atlas uploads to your S3 bucket after it finishes exporting the snapshots
5656
Links []*Link `json:"links,omitempty"` // One or more links to sub-resources and/or related resources.
57-
CopySettings []CopySetting `json:"copySettings,omitempty"` // List that contains a document for each copy setting item in the desired backup policy.
57+
CopySettings []CopySetting `json:"copySettings"` // List that contains a document for each copy setting item in the desired backup policy.
5858
DeleteCopiedBackups []DeleteCopiedBackup `json:"deleteCopiedBackups,omitempty"` // List that contains a document for each deleted copy setting whose backup copies you want to delete.
5959
}
6060

0 commit comments

Comments
 (0)