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

    Variable putLinodeIpRequestSchemaConst

    putLinodeIpRequestSchema: ZodObject<
        {
            body: ZodOptional<
                ZodObject<{ rdns: ZodUnion<readonly [ZodString, ZodNull]> }, $strip>,
            >;
            path: ZodObject<{ address: ZodString; linodeId: ZodInt }, $strip>;
            query: ZodOptional<ZodNever>;
        },
        $strip,
    > = ...