Class RelatedAssets
DEPRECATED. This message only presents for the purpose of backward-compatibility. The server will never populate
this message in responses. The detailed related assets with the relationship_type
.
Implements
Inherited Members
Namespace: Google.Apis.CloudAsset.v1.Data
Assembly: Google.Apis.CloudAsset.v1.dll
Syntax
public class RelatedAssets : IDirectResponseSchema
Properties
Assets
The peer resources of the relationship.
Declaration
[JsonProperty("assets")]
public virtual IList<RelatedAsset> Assets { get; set; }
Property Value
Type | Description |
---|---|
IList<RelatedAsset> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RelationshipAttributes
The detailed relationship attributes.
Declaration
[JsonProperty("relationshipAttributes")]
public virtual RelationshipAttributes RelationshipAttributes { get; set; }
Property Value
Type | Description |
---|---|
RelationshipAttributes |