Class RelatedResource
The detailed related resource.
Implements
Inherited Members
Namespace: Google.Apis.CloudAsset.v1.Data
Assembly: Google.Apis.CloudAsset.v1.dll
Syntax
public class RelatedResource : IDirectResponseSchema
Properties
AssetType
The type of the asset. Example: compute.googleapis.com/Instance
Declaration
[JsonProperty("assetType")]
public virtual string AssetType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FullResourceName
The full resource name of the related resource. Example:
//compute.googleapis.com/projects/my_proj_123/zones/instance/instance123
Declaration
[JsonProperty("fullResourceName")]
public virtual string FullResourceName { get; set; }
Property Value
Type | Description |
---|---|
string |