recommendedNextDiff property

String? recommendedNextDiff
getter/setter pair

The soonest the client should wait before issuing any diff request.

Querying sooner is unlikely to produce a meaningful diff. Waiting longer is acceptable considering the use case. If this field is not set clients may update as soon as they want.

Implementation

core.String? recommendedNextDiff;