class documentation

class AudienceExceptions(bb.Struct): (source)

View In Hierarchy

The total count and truncated list of information of content inside this folder that has a different audience than the link on this folder. This is only returned for folders. :ivar sharing.AudienceExceptions.exceptions: A truncated list of some of the content that is an exception. The length of this list could be smaller than the count since it is only a sample but will not be empty as long as count is not 0.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable count Undocumented
Instance Variable exceptions Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _count_value Undocumented
Instance Variable _exceptions_value Undocumented
def __init__(self, count=None, exceptions=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

exceptions = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_count_value = (source)

Undocumented

_exceptions_value = (source)

Undocumented