Class FetchResourceSemanticsResponse
Response message for FetchResourceSemantics.
Implements
Inherited Members
Namespace: Google.Apis.CloudResourceManager.v3.Data
Assembly: Google.Apis.CloudResourceManager.v3.dll
Syntax
public class FetchResourceSemanticsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FullResourceName
The full resource name for which semantics are returned. Examples: "//compute.googleapis.com/projects/123/zones/us-central1-a/instances/my-instance" "//storage.googleapis.com/projects/_/buckets/my_bucket"
Declaration
[JsonProperty("fullResourceName")]
public virtual string FullResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Semantics
Map of resource semantics (e.g., "ENVIRONMENT": "PRODUCTION").
Declaration
[JsonProperty("semantics")]
public virtual IDictionary<string, string> Semantics { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string> |