public sealed class UnstarEntryRequest : IMessage<UnstarEntryRequest>, IEquatable<UnstarEntryRequest>, IDeepCloneable<UnstarEntryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class UnstarEntryRequest.
Request message for
[UnstarEntry][google.cloud.datacatalog.v1.DataCatalog.UnstarEntry].
[[["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-03-21 UTC."],[[["This document provides reference information for the `UnstarEntryRequest` class within the Google Cloud Data Catalog v1 API, including its inheritance, implementation, and usage."],["The `UnstarEntryRequest` class is part of the `Google.Cloud.DataCatalog.V1` namespace and is used to send requests for the `UnstarEntry` function, which unmarks an entry."],["The `UnstarEntryRequest` class has two constructors: one default and another that takes another `UnstarEntryRequest` as a parameter, facilitating cloning, and it implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes two key properties, `EntryName`, which is a typed view of the entry's resource name, and `Name`, a string representing the name of the entry that's to be unmarked."],["The current version of this reference page is for version 2.9.0, and it provides links to documentation for multiple other versions, all the way up to the latest version of 2.14.0."]]],[]]