Table of Contents

Class ConfigurationResponseDto

Namespace
GastroSky.Models.DTO.Configuration
Assembly
GastroSky.Models.dll

Response body for configurations.

public record ConfigurationResponseDto : IEquatable<ConfigurationResponseDto>
Inheritance
ConfigurationResponseDto
Implements
Inherited Members

Properties

Id

public required long Id { get; set; }

Property Value

long

Key

public required string Key { get; set; }

Property Value

string

Value

public required string Value { get; set; }

Property Value

string