Recommendations AI v1beta1 API - Class DeletePredictionApiKeyRegistrationRequest (2.0.0-beta05)

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

Reference documentation and code samples for the Recommendations AI v1beta1 API class DeletePredictionApiKeyRegistrationRequest.

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/<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