10 lines
127 B
Go
10 lines
127 B
Go
package apiresponse
|
|
|
|
type V1DocumentPOST struct {
|
|
Response
|
|
Data struct {
|
|
Bucket string
|
|
Key string
|
|
Size int64
|
|
}
|
|
}
|