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