Class Library (1.5.2)

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

Third-party Python runtime library that is required by the application.

Attributes

NameDescription
name str
Name of the library. Example: "django".
version str
Version of the library to select, or "latest".

Inheritance

builtins.object > proto.message.Message > Library