CampaignSummary constructor

CampaignSummary({
  1. String? campaignArn,
  2. DateTime? creationDateTime,
  3. String? failureReason,
  4. DateTime? lastUpdatedDateTime,
  5. String? name,
  6. String? status,
})

Implementation

CampaignSummary({
  this.campaignArn,
  this.creationDateTime,
  this.failureReason,
  this.lastUpdatedDateTime,
  this.name,
  this.status,
});