CreativeGroupAssignment constructor

CreativeGroupAssignment({
  1. String? creativeGroupId,
  2. String? creativeGroupNumber,
})

Implementation

CreativeGroupAssignment({
  this.creativeGroupId,
  this.creativeGroupNumber,
});