Skip to main content

Type Alias: Location

type Location: components["schemas"]["Location"];

Properties

PropertyTypeRequiredDescription
citystringYesCity code (example: "frankfurt")
cityDisplaystringNoDisplay name (example: "Frankfurt, Germany")
continentstringYesContinent (example: "europe")
countrystringYesCountry code (example: "de")
isProtectedbooleanNoWhether location is DDoS protected

Defined in

4Players/cortex-typescript-sdk/src/resources/functions.ts:13