Class FeatureToggleRequest
- Namespace
- Quilt4Net.Toolkit.Features.FeatureToggle
- Assembly
- Quilt4Net.Toolkit.dll
public record FeatureToggleRequest : IKeyContext, IEquatable<FeatureToggleRequest>
- Inheritance
-
FeatureToggleRequest
- Implements
-
- Inherited Members
-
Properties
public required string Application { get; init; }
Property Value
- string
public required string DefaultValue { get; init; }
Property Value
- string
public required string Environment { get; init; }
Property Value
- string
public required string Instance { get; init; }
Property Value
- string
public required string Key { get; init; }
Property Value
- string
public TimeSpan? Ttl { get; init; }
Property Value
- TimeSpan?
public required string ValueType { get; init; }
Property Value
- string
public required string Version { get; init; }
Property Value
- string