SnapshotChangedContent#
- class SnapshotChangedContent(snapshot_ext_id=None, base_snapshot_ext_id=None, changed_contents=None, has_more_content=None, ext_id=None, links=None, tenant_id=None, *args, **kwargs)#
Bases:
ExternalizableAbstractModel
Snapshot change content details.
- Parameters:
snapshot_ext_id (required) – (
snapshot_ext_id
) Current snapshot associated with changed files metdata.base_snapshot_ext_id – (
base_snapshot_ext_id
) Reference snapshot associated with changed files metdata.changed_contents – (
changed_contents
) List of changed content. This is a read-only field.has_more_content – (
has_more_content
) If this is set to false, this is the last page of the output. This is a read-only field.
- property base_snapshot_ext_id#
Reference snapshot associated with changed files metdata.
- Type:
str
- property changed_contents#
List of changed content. This is a read-only field.
- Type:
list[
ChangedContent
]
- property has_more_content#
If this is set to false, this is the last page of the output. This is a read-only field.
- Type:
bool
- property snapshot_ext_id#
Current snapshot associated with changed files metdata.
- Type:
str
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model