class documentation

class AudienceRestrictingSharedFolder(bb.Struct): (source)

View In Hierarchy

Information about the shared folder that prevents the link audience for this link from being more restrictive. :ivar sharing.AudienceRestrictingSharedFolder.shared_folder_id: The ID of the shared folder. :ivar sharing.AudienceRestrictingSharedFolder.name: The name of the shared folder. :ivar sharing.AudienceRestrictingSharedFolder.audience: The link audience of the shared folder.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable audience Undocumented
Instance Variable name Undocumented
Instance Variable shared_folder_id Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _audience_value Undocumented
Instance Variable _name_value Undocumented
Instance Variable _shared_folder_id_value Undocumented
def __init__(self, shared_folder_id=None, name=None, audience=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

audience = (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

_audience_value = (source)

Undocumented

_name_value = (source)

Undocumented

_shared_folder_id_value = (source)

Undocumented