Show / Hide Table of Contents

Class GetAvailabilityRequest

Request message for the GetAvailability method.

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

Constructors

GetAvailabilityRequest()

Declaration
public GetAvailabilityRequest()

GetAvailabilityRequest(GetAvailabilityRequest)

Declaration
public GetAvailabilityRequest(GetAvailabilityRequest other)
Parameters
Type Name Description
GetAvailabilityRequest 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 retrieve.

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