JobStartedTimestamp Property
Summary
UTC timestamp for when the compare job started.
Syntax
[DataMemberAttribute(Name="jobStartedTimestamp")]
public string JobStartedTimestamp {get; set;}
<DataMemberAttribute(Name:="jobStartedTimestamp")>
Public Property JobStartedTimestamp() As String
Get
Set
public:
[DataMemberAttribute(Name=L"jobStartedTimestamp")]
property String^ JobStartedTimestamp
{
String^ get()
void set(String^ value)
}
Property Value
String corresponding to a UTC timestamp. The default value is null.