Index
Module to interact with published content nodes.
This module contains class to interact with a published content node in Apps.
PublishedContentNode ¶
Bases: ContentNodeTransport
Published content node object to interact with content node specific apps endpoints.
serialized_content
instance-attribute
¶
Serialized content of content node.
from_transport
classmethod
¶
Creates high-level published content node object from given ContentNodeTransport.
Parameters:
-
client
(
Client
) –Client to use to make API calls for given published content node.
-
content_node_transport
(
ContentNodeTransport
) –ContentNodeTransport object containing properties of published content node.
Returns:
-
PublishedContentNode
–A PublishedContentNode object with properties from transport and given client.