public sealed class CompensationFilter : IMessage<CompensationFilter>, IEquatable<CompensationFilter>, IDeepCloneable<CompensationFilter>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4 API class CompensationFilter.
[[["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-04-17 UTC."],[[["The `CompensationFilter` class in the Google Cloud Talent Solution v4 API allows filtering of jobs based on their compensation type and amount."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its integration with Google's Protobuf framework and .NET's comparison and cloning capabilities."],["Key properties of the `CompensationFilter` class include `IncludeJobsWithUnspecifiedCompensationRange`, `Range`, `Type`, and `Units`, enabling comprehensive filtering based on job compensation details."],["The `CompensationFilter` class is available in various versions, including the latest 2.7.0 and older versions ranging back to 1.0.0, which are accessible via specific URLs provided in the documentation."],["There are two constructors available for the class, one empty and another one that takes in another instance of itself, which facilitates the creation of new objects and the copying of existing objects."]]],[]]