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 Object → PipelineDebugStateDto
Implements IEquatable<PipelineDebugStateDto>
Properties
Enabled
true if debug capture is currently enabled for the pipeline.
public bool Enabled { get; set; }
Property Value
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.