Table of Contents

Class LocationResponseDto

Namespace
GastroSky.Models.DTO.Location
Assembly
GastroSky.Models.dll
public class LocationResponseDto
Inheritance
LocationResponseDto
Inherited Members

Properties

CountryCodeISO

public required string CountryCodeISO { get; set; }

Property Value

string

Id

public required long Id { get; set; }

Property Value

long

Latitude

public double Latitude { get; set; }

Property Value

double

Longitude

public double Longitude { get; set; }

Property Value

double

Name

public required string Name { get; set; }

Property Value

string

Region

public required RegionResponseDto Region { get; set; }

Property Value

RegionResponseDto

ZipCode

public required string ZipCode { get; set; }

Property Value

string