public sealed class UnitDependency : IMessage<UnitDependency>, IEquatable<UnitDependency>, IDeepCloneable<UnitDependency>, IBufferMessage, IMessage
Reference documentation and code samples for the SaaS Runtime v1beta1 API class UnitDependency.
Set of dependencies for this unit. Maximum 10.
Implements
IMessageUnitDependency, IEquatableUnitDependency, IDeepCloneableUnitDependency, IBufferMessage, IMessageNamespace
Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1Assembly
Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.dll
Constructors
UnitDependency()
public UnitDependency()
UnitDependency(UnitDependency)
public UnitDependency(UnitDependency other)
Parameter | |
---|---|
Name | Description |
other |
UnitDependency |
Properties
Alias
public string Alias { get; set; }
Output only. Alias for the name of the dependency.
Property Value | |
---|---|
Type | Description |
string |
Unit
public string Unit { get; set; }
Output only. A reference to the Unit object.
Property Value | |
---|---|
Type | Description |
string |
UnitAsUnitName
public UnitName UnitAsUnitName { get; set; }
Property Value | |
---|---|
Type | Description |
UnitName |