public sealed class AliasContext : IMessage<AliasContext>, IEquatable<AliasContext>, IDeepCloneable<AliasContext>, IBufferMessage, IMessage
An alias to a repo revision.
Implements
IMessage<AliasContext>, IEquatable<AliasContext>, IDeepCloneable<AliasContext>, IBufferMessage, IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
AliasContext()
public AliasContext()
AliasContext(AliasContext)
public AliasContext(AliasContext other)
Parameter | |
---|---|
Name | Description |
other | AliasContext |
Properties
Kind
public AliasContext.Types.Kind Kind { get; set; }
The alias kind.
Property Value | |
---|---|
Type | Description |
AliasContext.Types.Kind |
Name
public string Name { get; set; }
The alias name.
Property Value | |
---|---|
Type | Description |
String |