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