$VideoAdSequenceStep constructor

$VideoAdSequenceStep({
  1. String? adGroupId,
  2. String? interactionType,
  3. String? previousStepId,
  4. String? stepId,
})

Implementation

$VideoAdSequenceStep({
  this.adGroupId,
  this.interactionType,
  this.previousStepId,
  this.stepId,
});