Class AppHubService
Metadata associated with an App Hub service.
Implements
Inherited Members
Namespace: Google.Apis.Logging.v2.Data
Assembly: Google.Apis.Logging.v2.dll
Syntax
public class AppHubService : IDirectResponseSchema
Properties
CriticalityType
Service criticality type Example: "CRITICAL"
Declaration
[JsonProperty("criticalityType")]
public virtual string CriticalityType { 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 |
EnvironmentType
Service environment type Example: "DEV"
Declaration
[JsonProperty("environmentType")]
public virtual string EnvironmentType { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Service Id. Example: "my-service"
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |