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 `UnstarEntryRequest` class is used to send a request to unmark an entry as starred in the Google Cloud Data Catalog, within the `Google.Cloud.DataCatalog.V1` namespace."],["This class has two constructors: a default one, `UnstarEntryRequest()`, and one that copies from an existing `UnstarEntryRequest` object, `UnstarEntryRequest(UnstarEntryRequest other)`."],["The class has two properties: `EntryName`, which provides a typed view over the resource name, and `Name`, a string that holds the required name of the entry to be unmarked as starred."],["This class is an implementation of multiple interfaces including: IMessage\\\u003cUnstarEntryRequest\u003e, IEquatable\\\u003cUnstarEntryRequest\u003e, IDeepCloneable\\\u003cUnstarEntryRequest\u003e, IBufferMessage, IMessage."],["There are multiple versions of this request class, with version 2.14.0 being the latest and version 1.2.0 being the oldest shown here, all within the Google Cloud Data Catalog."]]],[]]