agecem-org/apiresponse/document.go

11 lines
137 B
Go
Raw Normal View History

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