hostingDeletedAfter property
Search subjects where the associated record/account was deleted after a given timestamp
Implementation
@JsonKey(toJson: iso8601) DateTime? get reviewedAfter;/// Search subjects where the associated record/account was deleted after a given timestamp
@JsonKey(toJson: iso8601) DateTime? get hostingDeletedAfter;