CreateVideoRequest constructor
      
      CreateVideoRequest({ 
    
    
- PageElementProperties? elementProperties,
- String? id,
- String? objectId,
- String? source,
Implementation
CreateVideoRequest({
  this.elementProperties,
  this.id,
  this.objectId,
  this.source,
});