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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference and code samples for the `GetEventRequest` class within the Live Stream v1 API, specifically within version 1.7.0 of the .NET library."],["`GetEventRequest` is a class that serves as the request message for the `LivestreamService.GetEvent` method and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and one that accepts another `GetEventRequest` object, offering flexibility in creating instances."],["It contains two properties: `EventName`, which provides a typed view over the resource name, and `Name`, a string that holds the required resource name in the specified format."],["This page also lists all previous versions of the `GetEventRequest`, dating back to version 1.0.0 and including the most current version 1.8.0."]]],[]]