Class TemplateLink
- Namespace
- CedarDotNet.Models
- Assembly
- CedarDotNet.dll
A template link.
public sealed record TemplateLink : IEquatable<TemplateLink>
- Inheritance
-
TemplateLink
- Implements
- Inherited Members
Properties
NewId
The generated policy ID.
[JsonPropertyName("newId")]
public required string NewId { get; init; }
Property Value
TemplateId
The ID of the template to link against.
[JsonPropertyName("templateId")]
public required string TemplateId { get; init; }
Property Value
Values
The slot values.
[JsonPropertyName("values")]
public required IReadOnlyDictionary<string, EntityUid> Values { get; init; }