@aiozstream/nodejs-client
Version:
AIOZ stream nodejs API client
28 lines (27 loc) • 660 B
JavaScript
/**
* @aiozstream/nodejs-client
* Aioz Stream Service
*
* The version of the OpenAPI document: 1.0
*
*
* NOTE: This class is auto generated.
* Do not edit the class manually.
*/
Object.defineProperty(exports, "__esModule", { value: true });
class AddVideoToPlaylistRequest {
static getAttributeTypeMap() {
return AddVideoToPlaylistRequest.attributeTypeMap;
}
}
AddVideoToPlaylistRequest.discriminator = undefined;
AddVideoToPlaylistRequest.attributeTypeMap = [
{
name: 'videoId',
baseName: 'video_id',
type: 'string',
format: '',
},
];
exports.default = AddVideoToPlaylistRequest;
;