CreateVideoResponse constructor

CreateVideoResponse({
  1. String? objectId,
})

Implementation

CreateVideoResponse({
  this.objectId,
});