@akamai/openapi-ts
    Preparing search index...

    Variable getRegionResponseSchemaConst

    getRegionResponseSchema: ZodObject<
        {
            capabilities: ZodArray<ZodString>;
            country: ZodString;
            id: ZodString;
            label: ZodString;
            monitors: ZodObject<
                { alerts: ZodArray<ZodString>; metrics: ZodArray<ZodString> },
                $strip,
            >;
            placement_group_limits: ZodObject<
                {
                    maximum_linodes_per_flexible_pg: ZodUnion<readonly [ZodInt, ZodNull]>;
                    maximum_linodes_per_pg: ZodUnion<readonly [ZodInt, ZodNull]>;
                    maximum_pgs_per_customer: ZodUnion<readonly [ZodInt, ZodNull]>;
                },
                $strip,
            >;
            resolvers: ZodObject<{ ipv4: ZodString; ipv6: ZodString }, $strip>;
            site_type: ZodEnum<{ core: "core"; distributed: "distributed" }>;
            status: ZodEnum<{ ok: "ok"; outage: "outage" }>;
        },
        $strip,
    > = ...

    An area where Linode services are available.