UploadAdAssetRequest constructor

UploadAdAssetRequest({
  1. String? adAssetType,
  2. String? filename,
  3. String? syntheticContentAttestationStatus,
})

Implementation

UploadAdAssetRequest({
  this.adAssetType,
  this.filename,
  this.syntheticContentAttestationStatus,
});