Show / Hide Table of Contents

Class GoogleCloudAssetV1p7beta1RelationshipAttributes

The relationship attributes which include type, source_resource_type, target_resource_type and action.

Inheritance
object
GoogleCloudAssetV1p7beta1RelationshipAttributes
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.CloudAsset.v1p7beta1.Data
Assembly: Google.Apis.CloudAsset.v1p7beta1.dll
Syntax
public class GoogleCloudAssetV1p7beta1RelationshipAttributes : IDirectResponseSchema

Properties

Action

The detail of the relationship, e.g. contains, attaches

Declaration
[JsonProperty("action")]
public virtual string Action { 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

SourceResourceType

The source asset type. Example: compute.googleapis.com/Instance

Declaration
[JsonProperty("sourceResourceType")]
public virtual string SourceResourceType { get; set; }
Property Value
Type Description
string

TargetResourceType

The target asset type. Example: compute.googleapis.com/Disk

Declaration
[JsonProperty("targetResourceType")]
public virtual string TargetResourceType { get; set; }
Property Value
Type Description
string

Type

The unique identifier of the relationship type. Example: INSTANCE_TO_INSTANCEGROUP

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX