OSPolicyResourceRepositoryResourceZypperRepository class

Represents a single zypper package repository.

These are added to a repo file that is managed at /etc/zypp/repos.d/google_osconfig.repo.

Properties

baseUrl String?
The location of the repository directory.
getter/setter pair
displayName String?
The display name of the repository.
getter/setter pair
gpgKeys List<String>?
URIs of GPG keys.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
A one word, unique name for this repository.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited