Google Cloud Asset Inventory v1 API - Class RelatedResource (3.10.0)

public sealed class RelatedResource : IMessage<RelatedResource>, IEquatable<RelatedResource>, IDeepCloneable<RelatedResource>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class RelatedResource.

The detailed related resource.

Inheritance

object > RelatedResource

Namespace

Google.Cloud.Asset.V1

Assembly

Google.Cloud.Asset.V1.dll

Constructors

RelatedResource()

public RelatedResource()

RelatedResource(RelatedResource)

public RelatedResource(RelatedResource other)
Parameter
NameDescription
otherRelatedResource

Properties

AssetType

public string AssetType { get; set; }

The type of the asset. Example: compute.googleapis.com/Instance

Property Value
TypeDescription
string

FullResourceName

public string FullResourceName { get; set; }

The full resource name of the related resource. Example: //compute.googleapis.com/projects/my_proj_123/zones/instance/instance123

Property Value
TypeDescription
string