Show / Hide Table of Contents

Class ServiceProperties

Properties of an underlying cloud resource that can comprise a Service.

Inheritance
object
ServiceProperties
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.AppHub.v1.Data
Assembly: Google.Apis.AppHub.v1.dll
Syntax
public class ServiceProperties : IDirectResponseSchema

Properties

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX