public sealed class UnstarEntryRequest : IMessage<UnstarEntryRequest>, IEquatable<UnstarEntryRequest>, IDeepCloneable<UnstarEntryRequest>, IBufferMessage, IMessage
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 webpage details the `UnstarEntryRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, used to construct requests for the `UnstarEntry` operation in the Google Cloud Data Catalog API."],["The `UnstarEntryRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for functionality like message handling, equality comparison, deep cloning, and buffered messaging."],["The class includes two constructors, a default one and another that accepts an existing `UnstarEntryRequest` object for creating a copy."],["The `UnstarEntryRequest` class has two properties, `EntryName`, for an EntryName typed view, and `Name`, a required string property specifying the entry to unstar."],["The page provides links to documentation for all versions of this entry from 1.2.0 to the latest version 2.14.0, with version 1.8.0 being the initial version highlighted."]]],[]]