Class ConfigurationModificationRequestDto
- Namespace
- GastroSky.Models.DTO.Configuration
- Assembly
- GastroSky.Models.dll
Response body for configurations.
public record ConfigurationModificationRequestDto : IEquatable<ConfigurationModificationRequestDto>
- Inheritance
-
ConfigurationModificationRequestDto
- Implements
- Inherited Members
Properties
Id
[Required]
public long Id { get; set; }
Property Value
Key
[Required]
public required string Key { get; set; }
Property Value
Value
[Required]
public string? Value { get; set; }