createdAtBefore property
Filter on createdAt smaller than the given value.
Implementation
@JsonKey(name: 'created_at_before')
final DateTime? createdAtBefore;
Filter on createdAt smaller than the given value.
@JsonKey(name: 'created_at_before')
final DateTime? createdAtBefore;