hostingDeletedBefore property

  1. @JsonKey.new(toJson: iso8601)
DateTime? get hostingDeletedBefore
inherited

Search subjects where the associated record/account was deleted before a given timestamp

Implementation

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