class documentation

Metadata for a shared link. This can be either a :class:`PathLinkMetadata` or :class:`CollectionLinkMetadata`. :ivar sharing.LinkMetadata.url: URL of the shared link. :ivar sharing.LinkMetadata.visibility: Who can access the link. :ivar sharing.LinkMetadata.expires: Expiration time, if set. By default the link won't expire.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable expires Undocumented
Instance Variable url Undocumented
Instance Variable visibility Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _expires_value Undocumented
Instance Variable _url_value Undocumented
Instance Variable _visibility_value Undocumented
def __init__(self, url=None, visibility=None, expires=None): (source)

Undocumented

Undocumented

visibility = (source)

Undocumented

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

Undocumented

_url_value = (source)

Undocumented

_visibility_value = (source)

Undocumented