container property

ContentCreateContainer? container
final

The container of the content. Required if type is comment or certain types of custom content. If you are trying to create a comment that is a child of another comment, specify the parent comment in the ancestors field, not in this field.

Implementation

final ContentCreateContainer? container;