package apiresponse type V1DocumentCreate struct { Response Data struct { Bucket string Key string Size int64 } }