$DfareportingStudioCreativeAssetsInsertRequest constructor

$DfareportingStudioCreativeAssetsInsertRequest({
  1. String? studioAccountId,
  2. String? studioAdvertiserId,
  3. String? studioCreativeId,
})

Implementation

$DfareportingStudioCreativeAssetsInsertRequest({
  this.studioAccountId,
  this.studioAdvertiserId,
  this.studioCreativeId,
});