Class GoogleCloudAssetV1Edge
A directional edge.
Implements
Inherited Members
Namespace: Google.Apis.CloudAsset.v1.Data
Assembly: Google.Apis.CloudAsset.v1.dll
Syntax
public class GoogleCloudAssetV1Edge : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SourceNode
The source node of the edge. For example, it could be a full resource name for a resource node or an email of an identity.
Declaration
[JsonProperty("sourceNode")]
public virtual string SourceNode { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetNode
The target node of the edge. For example, it could be a full resource name for a resource node or an email of an identity.
Declaration
[JsonProperty("targetNode")]
public virtual string TargetNode { get; set; }
Property Value
Type | Description |
---|---|
string |