Availability constructor

Availability({
  1. String? advertiserId,
  2. String? agencyId,
  3. String? availabilityTimestamp,
  4. String? customerId,
  5. String? segmentationId,
  6. String? segmentationName,
  7. String? segmentationType,
})

Implementation

Availability({
  this.advertiserId,
  this.agencyId,
  this.availabilityTimestamp,
  this.customerId,
  this.segmentationId,
  this.segmentationName,
  this.segmentationType,
});