class documentation

class CreateSharedLinkWithSettingsArg(bb.Struct): (source)

View In Hierarchy

:ivar sharing.CreateSharedLinkWithSettingsArg.path: The path to be shared by the shared link. :ivar sharing.CreateSharedLinkWithSettingsArg.settings: The requested settings for the newly created shared link.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable path Undocumented
Instance Variable settings Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _path_value Undocumented
Instance Variable _settings_value Undocumented
def __init__(self, path=None, settings=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

settings = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_path_value = (source)

Undocumented

_settings_value = (source)

Undocumented