Show / Hide Table of Contents

Class ChatAppLogEntry

JSON payload of error messages. If the Cloud Logging API is enabled, these error messages are logged to Google Cloud Logging.

Inheritance
object
ChatAppLogEntry
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.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class ChatAppLogEntry : IDirectResponseSchema

Properties

Deployment

The deployment that caused the error. For Chat apps built in Apps Script, this is the deployment ID defined by Apps Script.

Declaration
[JsonProperty("deployment")]
public virtual string Deployment { get; set; }
Property Value
Type Description
string

DeploymentFunction

The unencrypted callback_method name that was running when the error was encountered.

Declaration
[JsonProperty("deploymentFunction")]
public virtual string DeploymentFunction { 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

Error

The error code and message.

Declaration
[JsonProperty("error")]
public virtual Status Error { get; set; }
Property Value
Type Description
Status

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX