Show / Hide Table of Contents

Class GoogleCloudAssetV1p7beta1RelatedAssets

The detailed related assets with the relationship_type.

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

Properties

Assets

The peer resources of the relationship.

Declaration
[JsonProperty("assets")]
public virtual IList<GoogleCloudAssetV1p7beta1RelatedAsset> Assets { get; set; }
Property Value
Type Description
IList<GoogleCloudAssetV1p7beta1RelatedAsset>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

RelationshipAttributes

The detailed relation attributes.

Declaration
[JsonProperty("relationshipAttributes")]
public virtual GoogleCloudAssetV1p7beta1RelationshipAttributes RelationshipAttributes { get; set; }
Property Value
Type Description
GoogleCloudAssetV1p7beta1RelationshipAttributes

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX