Class AppHubService
AppHubService represents the App Hub Service.
Implements
Inherited Members
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 |