SetPipelineDebugRequestDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Body for PATCH {tenantId}/v1/pipeline/{pipelineRtId}/debug.
public record SetPipelineDebugRequestDto : IEquatable<SetPipelineDebugRequestDto>
Inheritance Object → SetPipelineDebugRequestDto
Implements IEquatable<SetPipelineDebugRequestDto>
Properties
Enabled
true to enable debug capture for the pipeline, false to disable.
public bool Enabled { get; set; }
Property Value
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.