Grafeas v1 API - Class AliasContext (3.6.0)

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.

Inheritance

object > AliasContext

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

AliasContext()

public AliasContext()

AliasContext(AliasContext)

public AliasContext(AliasContext other)
Parameter
NameDescription
otherAliasContext

Properties

Kind

public AliasContext.Types.Kind Kind { get; set; }

The alias kind.

Property Value
TypeDescription
AliasContextTypesKind

Name

public string Name { get; set; }

The alias name.

Property Value
TypeDescription
string