Class UnitDependency
Set of dependencies for this unit. Maximum 10.
Implements
Inherited Members
Namespace: Google.Apis.SaaSServiceManagement.v1beta1.Data
Assembly: Google.Apis.SaaSServiceManagement.v1beta1.dll
Syntax
public class UnitDependency : IDirectResponseSchema
Properties
Alias
Output only. Alias for the name of the dependency.
Declaration
[JsonProperty("alias")]
public virtual string Alias { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Unit
Output only. A reference to the Unit object.
Declaration
[JsonProperty("unit")]
public virtual string Unit { get; set; }
Property Value
| Type | Description |
|---|---|
| string |