Show / Hide Table of Contents

Class MarkAsAwayRequest

Request message for the MarkAsAway method.

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

Constructors

MarkAsAwayRequest()

Declaration
public MarkAsAwayRequest()

MarkAsAwayRequest(MarkAsAwayRequest)

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

Properties

AvailabilityName

AvailabilityName-typed view over the Name resource name property.

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

Name

Required. The resource name of the availability to mark as away. 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
In this article
Back to top Generated by DocFX