UParkingSubscriptionReadParams constructor
UParkingSubscriptionReadParams({
- String? parkingId,
- String? licencePlate,
- String? query,
- bool? isActive,
- bool? isExpiringSoon,
- bool? isExpired,
- int expiringInDays = 7,
- int? pageSize,
- int? pageNumber,
- List<
int> ? tags, - UParkingSubscriptionSelectorArgs? selectorArgs,
- DateTime? fromCreatedAt,
- DateTime? toCreatedAt,
- List<
String> ? ids, - String? creatorId,
- TagOrderBy orderBy = TagOrderBy.createdAt,
Implementation
UParkingSubscriptionReadParams({
this.parkingId,
this.licencePlate,
this.query,
this.isActive,
this.isExpiringSoon,
this.isExpired,
this.expiringInDays = 7,
this.pageSize,
this.pageNumber,
this.tags,
this.selectorArgs,
this.fromCreatedAt,
this.toCreatedAt,
this.ids,
this.creatorId,
this.orderBy = TagOrderBy.createdAt,
});