Class HelpLink (1.5.0)

HelpLink(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Describes a URL link.

Attributes

NameDescription
description str
Describes what the link offers. This field is a member of `oneof`_ ``_description``.
url str
The URL of the link. This field is a member of `oneof`_ ``_url``.

Inheritance

builtins.object > proto.message.Message > HelpLink