class documentation

class GetMetadataArgs(bb.Struct): (source)

View In Hierarchy

:ivar sharing.GetMetadataArgs.shared_folder_id: The ID for the shared folder. :ivar sharing.GetMetadataArgs.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 actions Undocumented
Instance Variable shared_folder_id Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _actions_value Undocumented
Instance Variable _shared_folder_id_value Undocumented
def __init__(self, shared_folder_id=None, actions=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

shared_folder_id = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_actions_value = (source)

Undocumented

_shared_folder_id_value = (source)

Undocumented