public sealed class PredictionApiKeyRegistration : IMessage<PredictionApiKeyRegistration>, IEquatable<PredictionApiKeyRegistration>, IDeepCloneable<PredictionApiKeyRegistration>, IBufferMessage, IMessage
[[["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-04-17 UTC."],[[["This webpage details the `PredictionApiKeyRegistration` class, which is part of the `Google.Cloud.RecommendationEngine.V1Beta1` namespace in version 1.0.0-beta03, and also shows the latest beta version as 2.0.0-beta06."],["The `PredictionApiKeyRegistration` class represents a registered API key and inherits from the base `Object` class."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides two constructors: a default constructor and another that takes a `PredictionApiKeyRegistration` object as a parameter."],["The `PredictionApiKeyRegistration` class has a single property, `ApiKey`, which is a string representing the actual API key."]]],[]]