Class SuppressionInfo
Information about entries that were omitted from the session.
Implements
Inherited Members
Namespace: Google.Apis.Logging.v2.Data
Assembly: Google.Apis.Logging.v2.dll
Syntax
public class SuppressionInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Reason
The reason that entries were omitted from the session.
Declaration
[JsonProperty("reason")]
public virtual string Reason { get; set; }
Property Value
Type | Description |
---|---|
string |
SuppressedCount
A lower bound on the count of entries omitted due to reason.
Declaration
[JsonProperty("suppressedCount")]
public virtual int? SuppressedCount { get; set; }
Property Value
Type | Description |
---|---|
int? |