forked from loafle/openapi-generator-original
22 lines
335 B
JavaScript
22 lines
335 B
JavaScript
goog.provide('API.Client.inline_object_1');
|
|
|
|
/**
|
|
* @record
|
|
*/
|
|
API.Client.InlineObject1 = function() {}
|
|
|
|
/**
|
|
* Additional data to pass to server
|
|
* @type {!string}
|
|
* @export
|
|
*/
|
|
API.Client.InlineObject1.prototype.additionalMetadata;
|
|
|
|
/**
|
|
* file to upload
|
|
* @type {!Object}
|
|
* @export
|
|
*/
|
|
API.Client.InlineObject1.prototype.file;
|
|
|