class documentation

class GetSharedLinkMetadataArg(bb.Struct): (source)

View In Hierarchy

:ivar sharing.GetSharedLinkMetadataArg.url: URL of the shared link. :ivar sharing.GetSharedLinkMetadataArg.path: If the shared link is to a folder, this parameter can be used to retrieve the metadata for a specific file or sub-folder in this folder. A relative path should be used. :ivar sharing.GetSharedLinkMetadataArg.link_password: If the shared link has a password, this parameter can be used.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable link_password Undocumented
Instance Variable path Undocumented
Instance Variable url Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _link_password_value Undocumented
Instance Variable _path_value Undocumented
Instance Variable _url_value Undocumented
def __init__(self, url=None, path=None, link_password=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

link_password = (source)

Undocumented

Undocumented

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_link_password_value = (source)

Undocumented

_path_value = (source)

Undocumented

_url_value = (source)

Undocumented