Show / Hide Table of Contents

Class MarkAsActiveRequest

Request message for the MarkAsActive method.

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

Constructors

MarkAsActiveRequest()

Declaration
public MarkAsActiveRequest()

MarkAsActiveRequest(MarkAsActiveRequest)

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

Properties

AvailabilityName

AvailabilityName-typed view over the Name resource name property.

Declaration
public AvailabilityName AvailabilityName { get; set; }
Property Value
Type Description
AvailabilityName

ExpirationCase

Declaration
public MarkAsActiveRequest.ExpirationOneofCase ExpirationCase { get; }
Property Value
Type Description
MarkAsActiveRequest.ExpirationOneofCase

ExpireTime

The absolute timestamp when the ACTIVE state expires.

Declaration
public Timestamp ExpireTime { get; set; }
Property Value
Type Description
Timestamp

Name

Required. The resource name of the availability to mark as active. Format: users/{user}/availability

{user} is the id for the Person in the People API or Admin SDK directory API. For example, users/123456789.

The user's email address or me can also be used as an alias to refer to the caller. For example, users/user@example.com or users/me.

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

Ttl

The duration from the current time until the ACTIVE state expires. Using a short TTL can effectively reset the user's state to be based on activity after this brief duration.

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