Table of Contents

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

string

ContentHash

public string ContentHash { get; set; }

Property Value

string

ContentLength

public int ContentLength { get; set; }

Property Value

int

PolicyName

public string PolicyName { get; set; }

Property Value

string

Timestamp

public DateTimeOffset Timestamp { get; set; }

Property Value

DateTimeOffset