customContentId property
dynamic
customContentId
final
ID of the containing custom content.
Note: This is only returned if the attachment has a container that is custom content.
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 customContentId;