Show / Hide Table of Contents

Class Dependency

Dependency represent a single dependency with another unit kind by alias.

Inheritance
object
Dependency
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX