Show / Hide Table of Contents

Class LogConfig

Specifies what kind of log the caller must write

Inheritance
object
LogConfig
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.GameServices.v1beta.Data
Assembly: Google.Apis.GameServices.v1beta.dll
Syntax
public class LogConfig : IDirectResponseSchema

Properties

CloudAudit

Cloud audit options.

Declaration
[JsonProperty("cloudAudit")]
public virtual CloudAuditOptions CloudAudit { get; set; }
Property Value
Type Description
CloudAuditOptions

Counter

Counter options.

Declaration
[JsonProperty("counter")]
public virtual CounterOptions Counter { get; set; }
Property Value
Type Description
CounterOptions

DataAccess

Data access options.

Declaration
[JsonProperty("dataAccess")]
public virtual DataAccessOptions DataAccess { get; set; }
Property Value
Type Description
DataAccessOptions

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX