EventAccountUserRoleRelationshipsGet$Response constructor

EventAccountUserRoleRelationshipsGet$Response({
  1. int? count,
  2. String? next,
  3. String? previous,
  4. List<EventAccountUserRoleRelationship>? results,
})

Implementation

EventAccountUserRoleRelationshipsGet$Response({
  this.count,
  this.next,
  this.previous,
  this.results,
});