public sealed class PriceByResource : IMessage<PriceByResource>, IEquatable<PriceByResource>, IDeepCloneable<PriceByResource>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class PriceByResource.
[[["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-01 UTC."],[[["The `PriceByResource` class in the Google Cloud Channel v1 API represents the pricing structure for resources and is available in multiple versions, ranging from 1.0.0 to the latest 2.14.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it adheres to specific communication and data handling protocols."],["The `PriceByResource` class includes properties for `Price`, `PricePhases`, and `ResourceType`, allowing users to access details on the offer's price, time-based price phases, and the type of resource being priced."],["There are two constructors provided, a default one for initialization and another to create a new instance by using an already existing `PriceByResource` object."],["The class can be found within the `Google.Cloud.Channel.V1` namespace, and it is contained within the `Google.Cloud.Channel.V1.dll` assembly."]]],[]]