hostingUpdatedAfter property

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

Search subjects where the associated record/account was updated after a given timestamp

Implementation

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