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

EndpointDemographic

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

Specifies demographic information about an endpoint, such as the applicable time zone and platform.

interface EndpointDemographic {
AppVersion?: string | null;
Locale?: string | null;
Make?: string | null;
Model?: string | null;
ModelVersion?: string | null;
Platform?: string | null;
PlatformVersion?: string | null;
Timezone?: string | null;
}

§Properties

§
AppVersion?: string | null
[src]

The version of the app that's associated with the endpoint.

§
Locale?: string | null
[src]

The locale of the endpoint, in the following format: the ISO 639-1 alpha-2 code, followed by an underscore (_), followed by an ISO 3166-1 alpha-2 value.

§
Make?: string | null
[src]

The manufacturer of the endpoint device, such as apple or samsung.

§
Model?: string | null
[src]

The model name or number of the endpoint device, such as iPhone or SM-G900F.

§
ModelVersion?: string | null
[src]

The model version of the endpoint device.

§
Platform?: string | null
[src]

The platform of the endpoint device, such as ios.

§
PlatformVersion?: string | null
[src]

The platform version of the endpoint device.

§
Timezone?: string | null
[src]

The time zone of the endpoint, specified as a tz database name value, such as America/Los_Angeles.