Show / Hide Table of Contents

Class GetSpaceEventRequest

Request message for getting a space event.

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

Constructors

GetSpaceEventRequest()

Declaration
public GetSpaceEventRequest()

GetSpaceEventRequest(GetSpaceEventRequest)

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

Properties

Name

Required. The resource name of the space event.

Format: spaces/{space}/spaceEvents/{spaceEvent}

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

SpaceEventName

SpaceEventName-typed view over the Name resource name property.

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