public sealed class PredictionApiKeyRegistration : IMessage<PredictionApiKeyRegistration>, IEquatable<PredictionApiKeyRegistration>, IDeepCloneable<PredictionApiKeyRegistration>, IBufferMessage, IMessageRegistered Api Key.
Implements
IMessage<PredictionApiKeyRegistration>, IEquatable<PredictionApiKeyRegistration>, IDeepCloneable<PredictionApiKeyRegistration>, 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 |
|