Table of Contents

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

long

Key

[Required]
public required string Key { get; set; }

Property Value

string

Value

[Required]
public string? Value { get; set; }

Property Value

string