class documentation

class FileSharingInfo(SharingInfo): (source)

View In Hierarchy

Sharing info for a file which is contained by a shared folder. :ivar files.FileSharingInfo.parent_shared_folder_id: ID of shared folder that holds this file. :ivar files.FileSharingInfo.modified_by: The last user who modified the file. This field will be null if the user's account has been deleted.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable modified_by Undocumented
Instance Variable parent_shared_folder_id Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _modified_by_value Undocumented
Instance Variable _parent_shared_folder_id_value Undocumented

Inherited from SharingInfo:

Instance Variable read_only Undocumented
Instance Variable _read_only_value Undocumented
def __init__(self, read_only=None, parent_shared_folder_id=None, modified_by=None): (source)

Undocumented

modified_by = (source)

Undocumented

parent_shared_folder_id = (source)

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)
_has_required_fields: bool = (source)
_modified_by_value = (source)

Undocumented

_parent_shared_folder_id_value = (source)

Undocumented