public sealed class PackageNote : IMessage<PackageNote>, IEquatable<PackageNote>, IDeepCloneable<PackageNote>, IBufferMessage, IMessageThis represents a particular package that is distributed over various channels. E.g., glibc (aka libc6) is distributed by many, at various versions.
Implements
IMessage<PackageNote>, IEquatable<PackageNote>, IDeepCloneable<PackageNote>, IBufferMessage, IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
PackageNote()
public PackageNote()PackageNote(PackageNote)
public PackageNote(PackageNote other)| Parameter | |
|---|---|
| Name | Description |
other |
PackageNote |
Properties
Distribution
public RepeatedField<Distribution> Distribution { get; }The various channels by which a package is distributed.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<Distribution> |
|
Name
public string Name { get; set; }Required. Immutable. The name of the package.
| Property Value | |
|---|---|
| Type | Description |
String |
|