CreativeDealAssociation constructor

CreativeDealAssociation({
  1. String? accountId,
  2. String? creativeId,
  3. String? dealsId,
})

Implementation

CreativeDealAssociation({
  this.accountId,
  this.creativeId,
  this.dealsId,
});