public sealed class DeleteEntityReconciliationJobRequest : IMessage<DeleteEntityReconciliationJobRequest>, IEquatable<DeleteEntityReconciliationJobRequest>, IDeepCloneable<DeleteEntityReconciliationJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Enterprise Knowledge Graph v1 API class DeleteEntityReconciliationJobRequest.
Request message for DeleteEntityReconciliationJob.
Required. The name of the EntityReconciliationJob resource.
Format:
projects/{project}/locations/{location}/entityReconciliationJobs/{entity_reconciliation_job}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["This page details the `DeleteEntityReconciliationJobRequest` class, which is part of the Enterprise Knowledge Graph v1 API in the Google Cloud .NET library, specifically in version 1.0.0-beta03."],["The `DeleteEntityReconciliationJobRequest` class is used to construct requests for deleting an `EntityReconciliationJob`, as indicated by its purpose."],["It inherits from the base `object` class and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["The class includes two constructors, a default one and another that accepts an existing `DeleteEntityReconciliationJobRequest` instance, facilitating the creation of new instances with or without initial data."],["The class contains properties, such as `EntityReconciliationJobName`, to provide a typed view of the resource name, and the `Name` property, a string that is required and specifies the target resource to be deleted, following a predefined format."]]],[]]