Class SetContentRequest
- Namespace
- Quilt4Net.Toolkit.Features.FeatureToggle
- Assembly
- Quilt4Net.Toolkit.dll
public record SetContentRequest : ILanguageKeyContext, IEquatable<SetContentRequest>
- Inheritance
-
SetContentRequest
- Implements
-
- Inherited Members
-
Properties
Application
public required string Application { get; init; }
Property Value
- string
ContentType
public required ContentFormat ContentType { get; init; }
Property Value
- ContentFormat
Environment
public required string Environment { get; init; }
Property Value
- string
Instance
public required string Instance { get; init; }
Property Value
- string
Key
public required string Key { get; init; }
Property Value
- string
LanguageKey
public required Guid LanguageKey { get; init; }
Property Value
- Guid
Value
public required string Value { get; init; }
Property Value
- string