public sealed class ExactPrice : IMessage<ProductCatalogItem.Types.ExactPrice>, IEquatable<ProductCatalogItem.Types.ExactPrice>, IDeepCloneable<ProductCatalogItem.Types.ExactPrice>, IBufferMessage, IMessage
[[["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-07-09 UTC."],[[["`ExactPrice` is a class representing the exact price of a product within the Google Cloud Recommendation Engine V1Beta1 namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and specific functionalities."],["The class provides properties for `DisplayPrice` and `OriginalPrice`, both represented as single-precision floating-point numbers."],["There are multiple versions available, with `2.0.0-beta06` being the most recent version."],["`ExactPrice` has two constructors, one default constructor and another that takes `ProductCatalogItem.Types.ExactPrice` as an argument."]]],[]]