Show / Hide Table of Contents

Class AppHubService

Metadata associated with an 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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX