Class PolicyVersionEntry
- Namespace
- JD.AI.Core.Governance
- Assembly
- JD.AI.Core.dll
A single entry in the policy version history log.
public sealed class PolicyVersionEntry
- Inheritance
-
PolicyVersionEntry
- Inherited Members
Properties
Author
public string? Author { get; set; }
Property Value
ContentHash
public string ContentHash { get; set; }
Property Value
ContentLength
public int ContentLength { get; set; }
Property Value
PolicyName
public string PolicyName { get; set; }
Property Value
Timestamp
public DateTimeOffset Timestamp { get; set; }