Class DocumentMeta
- Namespace
- Cress.LivingDocs
- Assembly
- Cress.LivingDocs.dll
public sealed record DocumentMeta : IEquatable<DocumentMeta>
- Inheritance
-
DocumentMeta
- Implements
- Inherited Members
Constructors
DocumentMeta(string, string, string, string)
public DocumentMeta(string ProjectName, string GeneratedAt, string Version, string GitSha)
Parameters
Properties
GeneratedAt
public string GeneratedAt { get; init; }
Property Value
GitSha
public string GitSha { get; init; }
Property Value
ProjectName
public string ProjectName { get; init; }
Property Value
Version
public string Version { get; init; }