Table of Contents

Class DefaultsConfig

Namespace
Cress.Core.Models
Assembly
Cress.Core.dll
public record DefaultsConfig : IEquatable<DefaultsConfig>
Inheritance
DefaultsConfig
Implements
Inherited Members

Properties

Cleanup

public string Cleanup { get; init; }

Property Value

string

Evidence

public string Evidence { get; init; }

Property Value

string

Retries

public int Retries { get; init; }

Property Value

int

Timeout

public int Timeout { get; init; }

Property Value

int