Class ResourceMetadata
Standardized resource metadata common to all compute resources.
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class ResourceMetadata : IDirectResponseSchema
Properties
ApiVersion
The version of the API interface that this resource was retrieved through. For example, "2025-01-01" or
"2025-01-01-preview".
Declaration
[JsonProperty("apiVersion")]
public virtual string ApiVersion { 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 |
ResourceType
The canonical resource type name in the format of a resource type as defined by
AIP-123. For example, "compute.googleapis.com/Instance".
Declaration
[JsonProperty("resourceType")]
public virtual string ResourceType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |