| list_file_revisions_by_snapshot | Retrieve a paginated list of file revisions associated with a given snapshot. |
| list_file_revisions_by_snapshot_tag | Retrieve a paginated list of file revisions using a SnapshotTag. |
| get_json_file_contents_by_snapshot | Load contents of all JSON files for a given snapshot. |
| get_json_file_contents_by_snapshot_tag | Load contents of all JSON files using a snapshot tag reference. |
| to_str | Return the string representation of the model using field aliases. |
| to_json | Return the JSON string representation of the model using field aliases. |
| from_json | Create an instance of the model from a JSON string. |
| to_dict | Return the dictionary representation of the model using field aliases. |
| from_dict | Create an instance of the model from a dictionary. |
| create_access | Create a new access relationship for a subject by ID. |
| create_access_by_email | Create a new access relationship for a subject by email. |
| update_access | Update an existing access relationship for a subject. |
| remove_access | Remove an existing access relationship. |
| list_access | List all access relationships for this resource. |
| archive | Archive the current item using the client’s archive method for this resource type. |
| restore | Restore the current item using the client’s restore method for this resource type. |