Variable getObjectStorageBucketResponseSchemaConst
getObjectStorageBucketResponseSchema: ZodObject<
{
cluster: ZodString;
created: ZodISODateTime;
endpoint_type: ZodEnum<{ E0: "E0"; E1: "E1"; E2: "E2"; E3: "E3" }>;
hostname: ZodString;
label: ZodString;
objects: ZodInt;
region: ZodString;
s3_endpoint: ZodString;
size: ZodInt;
},
$strip,
> = ...
An Object Storage bucket.