Class GooRepository (1.12.3)

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

Represents a Goo package repository. These are added to a repo file that is managed at C:/ProgramData/GooGet/repos/google_osconfig.repo.

Attributes

NameDescription
name str
Required. The name of the repository.
url str
Required. The url of the repository.

Inheritance

builtins.object > proto.message.Message > GooRepository