Regenerated code using openapi-generator 4.2.2

Change-Id: I73c4f1f19f6ef71d9cad74d5df0d611d5ca687a9
This commit is contained in:
Dmitry Ukov
2020-01-09 23:02:39 +04:00
parent 3ab47e28ba
commit 279a313a81
56 changed files with 479 additions and 439 deletions

View File

@@ -8,10 +8,11 @@
*/
package client
// TransferMethod the model 'TransferMethod'
type TransferMethod string
// List of TransferMethod
const (
TRANSFERMETHOD_STREAM TransferMethod = "Stream"
TRANSFERMETHOD_UPLOAD TransferMethod = "Upload"
)
)