class documentation

class LinkAudienceOption(bb.Struct): (source)

View In Hierarchy

:ivar sharing.LinkAudienceOption.audience: Specifies who can access the link. :ivar sharing.LinkAudienceOption.allowed: Whether the user calling this API can select this audience option. :ivar sharing.LinkAudienceOption.disallowed_reason: If ``allowed`` is ``False``, this will provide the reason that the user is not permitted to set the visibility to this policy.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable allowed Undocumented
Instance Variable audience Undocumented
Instance Variable disallowed_reason Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _allowed_value Undocumented
Instance Variable _audience_value Undocumented
Instance Variable _disallowed_reason_value Undocumented
def __init__(self, audience=None, allowed=None, disallowed_reason=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

audience = (source)

Undocumented

disallowed_reason = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_allowed_value = (source)

Undocumented

_audience_value = (source)

Undocumented

_disallowed_reason_value = (source)

Undocumented