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

    Variable putObjectStorageKeyRequestSchemaConst

    putObjectStorageKeyRequestSchema: ZodObject<
        {
            body: ZodOptional<
                ZodObject<
                    {
                        label: ZodOptional<ZodString>;
                        regions: ZodOptional<ZodArray<ZodString>>;
                    },
                    $strip,
                >,
            >;
            path: ZodObject<{ keyId: ZodInt }, $strip>;
            query: ZodOptional<ZodNever>;
        },
        $strip,
    > = ...