class documentation

class UpdateFolderPolicyArg(bb.Struct): (source)

View In Hierarchy

If any of the policies are unset, then they retain their current setting. :ivar sharing.UpdateFolderPolicyArg.shared_folder_id: The ID for the shared folder. :ivar sharing.UpdateFolderPolicyArg.member_policy: Who can be a member of this shared folder. Only applicable if the current user is on a team. :ivar sharing.UpdateFolderPolicyArg.acl_update_policy: Who can add and remove members of this shared folder. :ivar sharing.UpdateFolderPolicyArg.viewer_info_policy: Who can enable/disable viewer info for this shared folder. :ivar sharing.UpdateFolderPolicyArg.shared_link_policy: The policy to apply to shared links created for content inside this shared folder. The current user must be on a team to set this policy to ``SharedLinkPolicy.members``. :ivar sharing.UpdateFolderPolicyArg.link_settings: Settings on the link for this folder. :ivar sharing.UpdateFolderPolicyArg.actions: A list of `FolderAction`s corresponding to `FolderPermission`s that should appear in the response's ``SharedFolderMetadata.permissions`` field describing the actions the authenticated user can perform on the folder.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable acl_update_policy Undocumented
Instance Variable actions Undocumented
Instance Variable link_settings Undocumented
Instance Variable member_policy Undocumented
Instance Variable shared_folder_id Undocumented
Instance Variable shared_link_policy Undocumented
Instance Variable viewer_info_policy Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _acl_update_policy_value Undocumented
Instance Variable _actions_value Undocumented
Instance Variable _link_settings_value Undocumented
Instance Variable _member_policy_value Undocumented
Instance Variable _shared_folder_id_value Undocumented
Instance Variable _shared_link_policy_value Undocumented
Instance Variable _viewer_info_policy_value Undocumented
def __init__(self, shared_folder_id=None, member_policy=None, acl_update_policy=None, viewer_info_policy=None, shared_link_policy=None, link_settings=None, actions=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

acl_update_policy = (source)

Undocumented

Undocumented

link_settings = (source)

Undocumented

member_policy = (source)

Undocumented

shared_folder_id = (source)

Undocumented

shared_link_policy = (source)

Undocumented

viewer_info_policy = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_acl_update_policy_value = (source)

Undocumented

_actions_value = (source)

Undocumented

_link_settings_value = (source)

Undocumented

_member_policy_value = (source)

Undocumented

_shared_folder_id_value = (source)

Undocumented

_shared_link_policy_value = (source)

Undocumented

_viewer_info_policy_value = (source)

Undocumented