Class GoogleCloudAssetV1p7beta1RelatedAssets
The detailed related assets with the relationship_type
.
Implements
Inherited Members
Namespace: Google.Apis.CloudAsset.v1p7beta1.Data
Assembly: Google.Apis.CloudAsset.v1p7beta1.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 |