class documentation

class ModifySharedLinkSettingsArgs(bb.Struct): (source)

View In Hierarchy

:ivar sharing.ModifySharedLinkSettingsArgs.url: URL of the shared link to change its settings. :ivar sharing.ModifySharedLinkSettingsArgs.settings: Set of settings for the shared link. :ivar sharing.ModifySharedLinkSettingsArgs.remove_expiration: If set to true, removes the expiration of the shared link.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable remove_expiration Undocumented
Instance Variable settings Undocumented
Instance Variable url Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _remove_expiration_value Undocumented
Instance Variable _settings_value Undocumented
Instance Variable _url_value Undocumented
def __init__(self, url=None, settings=None, remove_expiration=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

remove_expiration = (source)

Undocumented

settings = (source)

Undocumented

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_remove_expiration_value = (source)

Undocumented

_settings_value = (source)

Undocumented

_url_value = (source)

Undocumented