Table of Contents

Class EvidenceArtifact

Namespace
Cress.Core.Models
Assembly
Cress.Core.dll
public record EvidenceArtifact : IEquatable<EvidenceArtifact>
Inheritance
EvidenceArtifact
Implements
Inherited Members

Properties

Category

public string Category { get; init; }

Property Value

string

Description

public string? Description { get; init; }

Property Value

string

MediaType

public string? MediaType { get; init; }

Property Value

string

RelativePath

public string RelativePath { get; init; }

Property Value

string

SizeBytes

public long? SizeBytes { get; init; }

Property Value

long?