UTC timestamp indicating when the compare job completed.
[DataMemberAttribute(Name="jobCompletedTimestamp")]
public string JobCompletedTimestamp { get; set; }
String corresponding to a UTC timestamp. The default value is null.
This property will only be populated if CompareJobData.JobState is set to CompareStatus.Completed andCompareJobData.IsCompleted is set to true.