Show / Hide Table of Contents

Class DoNotDisturbMetadata

Metadata associated with the DO_NOT_DISTURB availability state, specifying when the state is set to expire.

Inheritance
object
DoNotDisturbMetadata
Implements
IMessage<DoNotDisturbMetadata>
IEquatable<DoNotDisturbMetadata>
IDeepCloneable<DoNotDisturbMetadata>
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 DoNotDisturbMetadata : IMessage<DoNotDisturbMetadata>, IEquatable<DoNotDisturbMetadata>, IDeepCloneable<DoNotDisturbMetadata>, IBufferMessage, IMessage

Constructors

DoNotDisturbMetadata()

Declaration
public DoNotDisturbMetadata()

DoNotDisturbMetadata(DoNotDisturbMetadata)

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

Properties

ExpirationTime

Output only. Timestamp until which the user should be marked as DO_NOT_DISTURB. This can be maximum of 1 year in the future.

Declaration
public Timestamp ExpirationTime { get; set; }
Property Value
Type Description
Timestamp
In this article
Back to top Generated by DocFX