Table of Contents

Class TimeoutsConfig

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

Properties

Driver

public int? Driver { get; init; }

Property Value

int?

Expectation

public int? Expectation { get; init; }

Property Value

int?

Step

public int? Step { get; init; }

Property Value

int?