Skip to main content

PipelineDebugStateDto

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Current persisted debug state of a pipeline (response of GET {tenantId}/v1/pipeline/{pipelineRtId}/debug).

public record PipelineDebugStateDto : IEquatable<PipelineDebugStateDto>

Inheritance ObjectPipelineDebugStateDto
Implements IEquatable<PipelineDebugStateDto>

Properties

Enabled

true if debug capture is currently enabled for the pipeline.

public bool Enabled { get; set; }

Property Value

Boolean

Constructors

PipelineDebugStateDto(Boolean)

Current persisted debug state of a pipeline (response of GET {tenantId}/v1/pipeline/{pipelineRtId}/debug).

public PipelineDebugStateDto(bool Enabled)

Parameters

Enabled Boolean
true if debug capture is currently enabled for the pipeline.