public sealed class GetEventRequest : IMessage<GetEventRequest>, IEquatable<GetEventRequest>, IDeepCloneable<GetEventRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Live Stream v1 API class GetEventRequest.
Request message for "LivestreamService.GetEvent".
Implements
IMessage<GetEventRequest>, IEquatable<GetEventRequest>, IDeepCloneable<GetEventRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Video.LiveStream.V1Assembly
Google.Cloud.Video.LiveStream.V1.dll
Constructors
GetEventRequest()
public GetEventRequest()
GetEventRequest(GetEventRequest)
public GetEventRequest(GetEventRequest other)
Parameter | |
---|---|
Name | Description |
other | GetEventRequest |
Properties
EventName
public EventName EventName { get; set; }
Property Value | |
---|---|
Type | Description |
EventName |
Name
public string Name { get; set; }
Required. The name of the event resource, in the form of:
projects/{project}/locations/{location}/channels/{channelId}/events/{eventId}
.
Property Value | |
---|---|
Type | Description |
String |