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-25 UTC."],[[["This page provides documentation for the `UnstarEntryRequest` class within the Google Cloud Data Catalog V1 API, specifically for the .NET environment."],["The `UnstarEntryRequest` class is used to create a request to unstar an entry in the Data Catalog, as it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation covers multiple versions of the Google.Cloud.DataCatalog.V1 library, ranging from version 1.2.0 to 2.14.0, with 2.14.0 being the latest."],["The class has two constructors, one default and another that takes another `UnstarEntryRequest` as a parameter, allowing for the creation of a new request from an existing one."],["The required property `Name`, which is a string, allows the user to set the name of the entry they want to unstar, while the `EntryName` property offers a typed view of the resource name."]]],[]]