class documentation

class ListFolderMembersArgs(ListFolderMembersCursorArg): (source)

View In Hierarchy

:ivar sharing.ListFolderMembersArgs.shared_folder_id: The ID for the shared folder.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable shared_folder_id Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _shared_folder_id_value Undocumented

Inherited from ListFolderMembersCursorArg:

Instance Variable actions Undocumented
Instance Variable limit Undocumented
Instance Variable _actions_value Undocumented
Instance Variable _limit_value Undocumented
def __init__(self, shared_folder_id=None, actions=None, limit=None): (source)
shared_folder_id = (source)

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)
_shared_folder_id_value = (source)

Undocumented