File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/NetAppFiles/NetAppFiles Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,8 @@ public static PSNetAppFilesBackup ConvertToPs(this Management.NetApp.Models.Back
36
36
ProvisioningState = backup . ProvisioningState ,
37
37
Size = backup . Size ,
38
38
VolumeName = backup . VolumeName ,
39
- UseExistingSnapshot = backup . UseExistingSnapshot
39
+ UseExistingSnapshot = backup . UseExistingSnapshot ,
40
+ CreationDate = backup . CreationDate
40
41
} ;
41
42
return psBackup ;
42
43
}
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ public class PSNetAppFilesBackup
60
60
/// <remarks>
61
61
/// The creation date of the backup
62
62
/// </remarks>
63
- public DateTime ? CreationDate { get ; }
63
+ public DateTime ? CreationDate { get ; set ; }
64
64
65
65
/// <summary>
66
66
/// Gets Size
You can’t perform that action at this time.
0 commit comments