PutPartnerEventsRequestEntry constructor

PutPartnerEventsRequestEntry({
  1. String? detail,
  2. String? detailType,
  3. List<String>? resources,
  4. String? source,
  5. DateTime? time,
})

Implementation

PutPartnerEventsRequestEntry({
  this.detail,
  this.detailType,
  this.resources,
  this.source,
  this.time,
});