Show / Hide Table of Contents

Class AppHubService

AppHubService represents the App Hub Service.

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

Properties

ApphubService

Required. Output only. Immutable. The name of the App Hub Service. Format: projects/{project}/locations/{location}/applications/{application}/services/{service}.

Declaration
[JsonProperty("apphubService")]
public virtual string ApphubService { get; set; }
Property Value
Type Description
string

Criticality

Output only. The criticality of the App Hub Service.

Declaration
[JsonProperty("criticality")]
public virtual string Criticality { 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

Environment

Output only. The environment of the App Hub Service.

Declaration
[JsonProperty("environment")]
public virtual string Environment { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX