Class ServiceProperties
Properties of an underlying cloud resource that can comprise a Service.
Implements
Inherited Members
Namespace: Google.Apis.AppHub.v1.Data
Assembly: Google.Apis.AppHub.v1.dll
Syntax
public class ServiceProperties : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
GcpProject
Output only. The service project identifier that the underlying cloud resource resides in.
Declaration
[JsonProperty("gcpProject")]
public virtual string GcpProject { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Location
Output only. The location that the underlying resource resides in, for example, us-west1.
Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Zone
Output only. The location that the underlying resource resides in if it is zonal, for example, us-west1-a).
Declaration
[JsonProperty("zone")]
public virtual string Zone { get; set; }Property Value
| Type | Description | 
|---|---|
| string |