Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class TargetRevision : Carrier
public TargetRevision()
public virtual TargetChange[] Changes { get; set; }
[JsonIgnore] public LogEvent? LogEvent { get; set; }
[JsonProperty("LogEvent")] public string LogEvent_String { get; set; }
public virtual DateTime When { get; set; }
public virtual Associate Who { get; set; }
Was this page helpful?