Class PredictionApiKeyRegistration (1.0.0-beta03)

public sealed class PredictionApiKeyRegistration : IMessage<PredictionApiKeyRegistration>, IEquatable<PredictionApiKeyRegistration>, IDeepCloneable<PredictionApiKeyRegistration>, IBufferMessage, IMessage

Registered Api Key.

Inheritance

Object > PredictionApiKeyRegistration

Namespace

Google.Cloud.RecommendationEngine.V1Beta1

Assembly

Google.Cloud.RecommendationEngine.V1Beta1.dll

Constructors

PredictionApiKeyRegistration()

public PredictionApiKeyRegistration()

PredictionApiKeyRegistration(PredictionApiKeyRegistration)

public PredictionApiKeyRegistration(PredictionApiKeyRegistration other)
Parameter
NameDescription
otherPredictionApiKeyRegistration

Properties

ApiKey

public string ApiKey { get; set; }

The API key.

Property Value
TypeDescription
String