Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Country

import type { Country } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";

Contains information about the country where the remote IP address is located.

interface Country {
CountryCode?: string | null;
CountryName?: string | null;
}

§Properties

§
CountryCode?: string | null
[src]

The country code of the remote IP address.

§
CountryName?: string | null
[src]

The country name of the remote IP address.