localId property

dynamic localId
final

Local ID of the task. This ID is local to the corresponding page or blog post.

Due to JavaScript's max integer representation of 2^53-1, the type of this field will be changed from a numeric type to a string type at the end of the deprecation period. In the meantime, serialize-ids-as-strings=true can be passed as a query param to any v2 endpoint to opt-in to this change now. See this changelog for more detail.

Implementation

final dynamic localId;