public sealed class PredictionApiKeyRegistration : IMessage<PredictionApiKeyRegistration>, IEquatable<PredictionApiKeyRegistration>, IDeepCloneable<PredictionApiKeyRegistration>, IBufferMessage, IMessageReference documentation and code samples for the Recommendations AI v1beta1 API class PredictionApiKeyRegistration.
Registered Api Key.
Implements
IMessagePredictionApiKeyRegistration, IEquatablePredictionApiKeyRegistration, IDeepCloneablePredictionApiKeyRegistration, IBufferMessage, IMessageNamespace
Google.Cloud.RecommendationEngine.V1Beta1Assembly
Google.Cloud.RecommendationEngine.V1Beta1.dll
Constructors
PredictionApiKeyRegistration()
public PredictionApiKeyRegistration()PredictionApiKeyRegistration(PredictionApiKeyRegistration)
public PredictionApiKeyRegistration(PredictionApiKeyRegistration other)| Parameter | |
|---|---|
| Name | Description |
other |
PredictionApiKeyRegistration |
Properties
ApiKey
public string ApiKey { get; set; }The API key.
| Property Value | |
|---|---|
| Type | Description |
string |
|