ApplyOverlayUrisListCountDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Per-list result counts for a single overlay apply.
public sealed class ApplyOverlayUrisListCountDto
Inheritance Object → ApplyOverlayUrisListCountDto
Properties
Added
Number of new overlay entries appended to the list.
public int Added { get; set; }
Property Value
SkippedDuplicate
Number of input URIs that already existed on the list (any source) and were skipped.
public int SkippedDuplicate { get; set; }
Property Value
Constructors
ApplyOverlayUrisListCountDto()
public ApplyOverlayUrisListCountDto()