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."],[[["The webpage details the `UnstarEntryRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, used to create requests for the `UnstarEntry` operation."],["Version history for this class is documented, ranging from version 1.2.0 to the latest version 2.14.0, showing the evolution of the API."],["`UnstarEntryRequest` inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class has two constructors: a default constructor `UnstarEntryRequest()` and a copy constructor `UnstarEntryRequest(UnstarEntryRequest other)`."],["The class contains two properties: `EntryName` which is a type `EntryName` and `Name` which is a string, which represents the name of the entry that should no longer be starred."]]],[]]