DescribeEventsForOrganizationResponse constructor

DescribeEventsForOrganizationResponse({
  1. List<OrganizationEvent>? events,
  2. String? nextToken,
})

Implementation

DescribeEventsForOrganizationResponse({
  this.events,
  this.nextToken,
});