table_of_contents property

table_of_contents property

Gets or sets a list of subunits of the resource.

Definition:

@property
def table_of_contents(self):
    ...
@table_of_contents.setter
def table_of_contents(self, value):
    ...

See Also