Show / Hide Table of Contents

Class DeletionMetadata

Information about a deleted message. A message is deleted when delete_time is set.

Inheritance
object
DeletionMetadata
Implements
IMessage<DeletionMetadata>
IEquatable<DeletionMetadata>
IDeepCloneable<DeletionMetadata>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class DeletionMetadata : IMessage<DeletionMetadata>, IEquatable<DeletionMetadata>, IDeepCloneable<DeletionMetadata>, IBufferMessage, IMessage

Constructors

DeletionMetadata()

Declaration
public DeletionMetadata()

DeletionMetadata(DeletionMetadata)

Declaration
public DeletionMetadata(DeletionMetadata other)
Parameters
Type Name Description
DeletionMetadata other

Properties

DeletionType

Indicates who deleted the message.

Declaration
public DeletionMetadata.Types.DeletionType DeletionType { get; set; }
Property Value
Type Description
DeletionMetadata.Types.DeletionType
In this article
Back to top Generated by DocFX