Class GetSpaceEventRequest
Request message for getting a space event.
Implements
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 |