Google.Cloud.DevTools.Common - Class AliasContext (3.2.0)

public sealed class AliasContext : IMessage<AliasContext>, IMessage, IEquatable<AliasContext>, IDeepCloneable<AliasContext>

Reference documentation and code samples for the Google.Cloud.DevTools.Common class AliasContext.

An alias to a repo revision.

Inheritance

object > AliasContext

Namespace

Google.Cloud.DevTools.Source.V1

Assembly

Google.Cloud.DevTools.Common.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