public sealed class AliasContext : IMessage<AliasContext>, IEquatable<AliasContext>, IDeepCloneable<AliasContext>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class AliasContext.
An alias to a repo revision.
Implements
IMessageAliasContext, IEquatableAliasContext, IDeepCloneableAliasContext, IBufferMessage, IMessageNamespace
GrafeasV1Assembly
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 |
AliasContextTypesKind |
Name
public string Name { get; set; }
The alias name.
Property Value | |
---|---|
Type | Description |
string |