PutLogEventsResponse constructor

PutLogEventsResponse({
  1. String? nextSequenceToken,
  2. RejectedLogEventsInfo? rejectedLogEventsInfo,
})

Implementation

PutLogEventsResponse({
  this.nextSequenceToken,
  this.rejectedLogEventsInfo,
});