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

    Variable getDashboardsResponseSchemaConst

    getDashboardsResponseSchema: 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: "avg";
                                            increase: "increase";
                                            max: "max";
                                            min: "min";
                                            rate: "rate";
                                            sum: "sum";
                                        },
                                    >;
                                    chart_type: ZodEnum<{ area: "area"; line: "line" }>;
                                    color: ZodString;
                                    label: ZodString;
                                    metric: ZodString;
                                    size: ZodEnum<{ "12": "12"; "6": "6" }>;
                                    unit: ZodEnum<
                                        {
                                            "%": "%";
                                            bps: "bps";
                                            Bps: "Bps";
                                            Bytes: "Bytes";
                                            GB: "GB";
                                            IOPS: "IOPS";
                                            KB: "KB";
                                            MB: "MB";
                                            msec: "msec";
                                            OPS: "OPS";
                                            percentile: "percentile";
                                            rate: "rate";
                                            ratio: "ratio";
                                            sec: "sec";
                                        },
                                    >;
                                    y_label: ZodString;
                                },
                                $strip,
                            >,
                        >;
                    },
                    $strip,
                >,
            >;
            page: ZodReadonly<ZodInt>;
            pages: ZodReadonly<ZodInt>;
            results: ZodReadonly<ZodInt>;
        },
        $strip,
    > = ...

    Returns a paginated list of dashboards.