Class DeletePredictionApiKeyRegistrationRequest (1.0.0-beta03)

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

Request message for DeletePredictionApiKeyRegistration method.

Inheritance

Object > DeletePredictionApiKeyRegistrationRequest

Namespace

Google.Cloud.RecommendationEngine.V1Beta1

Assembly

Google.Cloud.RecommendationEngine.V1Beta1.dll

Constructors

DeletePredictionApiKeyRegistrationRequest()

public DeletePredictionApiKeyRegistrationRequest()

DeletePredictionApiKeyRegistrationRequest(DeletePredictionApiKeyRegistrationRequest)

public DeletePredictionApiKeyRegistrationRequest(DeletePredictionApiKeyRegistrationRequest other)
Parameter
NameDescription
otherDeletePredictionApiKeyRegistrationRequest

Properties

Name

public string Name { get; set; }

Required. The API key to unregister including full resource path. projects/*/locations/global/catalogs/default_catalog/eventStores/default_event_store/predictionApiKeyRegistrations/&lt;YOUR_API_KEY>

Property Value
TypeDescription
String

PredictionApiKeyRegistrationName

public PredictionApiKeyRegistrationName PredictionApiKeyRegistrationName { get; set; }

PredictionApiKeyRegistrationName-typed view over the Name resource name property.

Property Value
TypeDescription
PredictionApiKeyRegistrationName