Show / Hide Table of Contents

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.

Inheritance
object
RelatedAssets
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX