spaceId property
dynamic
spaceId
final
ID of the space the task is in.
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 spaceId;