Class AppHub
Metadata associated with App Hub.
Implements
Inherited Members
Namespace: Google.Apis.Logging.v2.Data
Assembly: Google.Apis.Logging.v2.dll
Syntax
public class AppHub : IDirectResponseSchema
Properties
Application
Metadata associated with the application.
Declaration
[JsonProperty("application")]
public virtual AppHubApplication Application { get; set; }
Property Value
Type | Description |
---|---|
AppHubApplication |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Service
Metadata associated with the service.
Declaration
[JsonProperty("service")]
public virtual AppHubService Service { get; set; }
Property Value
Type | Description |
---|---|
AppHubService |
Workload
Metadata associated with the workload.
Declaration
[JsonProperty("workload")]
public virtual AppHubWorkload Workload { get; set; }
Property Value
Type | Description |
---|---|
AppHubWorkload |