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

    Variable getObjectStorageBucketContentResponseSchemaConst

    getObjectStorageBucketContentResponseSchema: ZodObject<
        {
            data: ZodArray<
                ZodObject<
                    {
                        etag: ZodString;
                        last_modified: ZodISODateTime;
                        name: ZodString;
                        owner: ZodString;
                        size: ZodInt;
                    },
                    $strip,
                >,
            >;
            is_truncated: ZodBoolean;
            next_marker: ZodUnion<readonly [ZodString, ZodNull]>;
        },
        $strip,
    > = ...

    One page of the requested bucket's contents.