Skip to main content

SetPipelineDebugRequestDto

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Body for PATCH {tenantId}/v1/pipeline/{pipelineRtId}/debug.

public record SetPipelineDebugRequestDto : IEquatable<SetPipelineDebugRequestDto>

Inheritance ObjectSetPipelineDebugRequestDto
Implements IEquatable<SetPipelineDebugRequestDto>

Properties

Enabled

true to enable debug capture for the pipeline, false to disable.

public bool Enabled { get; set; }

Property Value

Boolean

Constructors

SetPipelineDebugRequestDto(Boolean)

Body for PATCH {tenantId}/v1/pipeline/{pipelineRtId}/debug.

public SetPipelineDebugRequestDto(bool Enabled)

Parameters

Enabled Boolean
true to enable debug capture for the pipeline, false to disable.