PyPublishedContent
class PyPublishedContent(published_content)
Bases: object
Interface for a content item that has metadata around publishing information.
- Parameters: published_content (IPublishedContent)
__init__(published_content)
Creates a new PyPublishedContent object.
Args: : published_content: A IPublishedContent object.
Returns: None.
- Parameters: published_content (IPublishedContent)
- Return type: None
Methods
__init__ (published_content) |
Creates a new PyPublishedContent object. |
---|
Attributes
created_at |
Gets the created timestamp. |
---|---|
updated_at |
Gets the updated timestamp. |
webpage_url |
Gets the webpage URL. |
property created_at : str
Gets the created timestamp.
property updated_at : str
Gets the updated timestamp.
property webpage_url : str
Gets the webpage URL.