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

    Variable getDashboardsAllResponseSchemaConst

    getDashboardsAllResponseSchema: ZodIntersection<
        ZodObject<
            {
                data: ZodArray<
                    ZodObject<
                        {
                            created: ZodISODateTime;
                            id: ZodInt;
                            label: ZodString;
                            service_type: ZodString;
                            type: ZodEnum<{ standard: "standard" }>;
                            updated: ZodISODateTime;
                            widgets: ZodArray<
                                ZodObject<
                                    {
                                        aggregate_function: ZodEnum<
                                            { avg: ...; max: ...; min: ...; rate: ...; sum: ... },
                                        >;
                                        chart_type: ZodEnum<{ area: ...; line: ... }>;
                                        color: ZodString;
                                        label: ZodString;
                                        metric: ZodString;
                                        size: ZodEnum<{ "12": ...; "6": ... }>;
                                        unit: ZodEnum<
                                            {
                                                "%": ...;
                                                bps: ...;
                                                Bps: ...;
                                                Bytes: ...;
                                                GB: ...;
                                                IOPS: ...;
                                                KB: ...;
                                                MB: ...;
                                                msec: ...;
                                                OPS: ...;
                                                percentile: ...;
                                                rate: ...;
                                                ratio: ...;
                                                sec: ...;
                                            },
                                        >;
                                        y_label: ZodString;
                                    },
                                    $strip,
                                >,
                            >;
                        },
                        $strip,
                    >,
                >;
            },
            $strip,
        >,
        ZodObject<
            {
                page: ZodReadonly<ZodInt>;
                pages: ZodReadonly<ZodInt>;
                results: ZodReadonly<ZodInt>;
            },
            $strip,
        >,
    > = ...

    Returns a paginated list of dashboards.