Show / Hide Table of Contents

Class AppHub

Metadata associated with App Hub.

Inheritance
object
AppHub
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX