CreateVideoRequest constructor

CreateVideoRequest({
  1. PageElementProperties? elementProperties,
  2. String? id,
  3. String? objectId,
  4. String? source,
})

Implementation

CreateVideoRequest({
  this.elementProperties,
  this.id,
  this.objectId,
  this.source,
});