Show / Hide Table of Contents

Class AttachedResource

Attached resource representation, which is defined by the corresponding service provider. It represents an attached resource's payload.

Inheritance
object
AttachedResource
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 AttachedResource : IDirectResponseSchema

Properties

AssetType

The type of this attached resource. Example: osconfig.googleapis.com/Inventory You can find the supported attached asset types of each resource in this table: https://cloud.google.com/asset-inventory/docs/supported-asset-types

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

VersionedResources

Versioned resource representations of this attached resource. This is repeated because there could be multiple versions of the attached resource representations during version migration.

Declaration
[JsonProperty("versionedResources")]
public virtual IList<VersionedResource> VersionedResources { get; set; }
Property Value
Type Description
IList<VersionedResource>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX