Class Dependency
Dependency represent a single dependency with another unit kind by alias.
Implements
Inherited Members
Namespace: Google.Apis.SaaSServiceManagement.v1beta1.Data
Assembly: Google.Apis.SaaSServiceManagement.v1beta1.dll
Syntax
public class Dependency : IDirectResponseSchema
Properties
Alias
Required. An alias for the dependency. Used for input variable mapping.
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 |
UnitKind
Required. Immutable. The unit kind of the dependency.
Declaration
[JsonProperty("unitKind")]
public virtual string UnitKind { get; set; }
Property Value
| Type | Description |
|---|---|
| string |