public sealed class GetProjectBillingInfoRequest : IMessage<GetProjectBillingInfoRequest>, IEquatable<GetProjectBillingInfoRequest>, IDeepCloneable<GetProjectBillingInfoRequest>, 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-03-21 UTC."],[[["The `GetProjectBillingInfoRequest` class is a request message used to retrieve billing information for a project, as part of the Google.Cloud.Billing.V1 namespace."],["This class is implemented across multiple versions, ranging from 2.2.0 to 3.9.0, with 3.9.0 being the latest version available."],["It implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide capabilities for message handling, equality checks, deep cloning, and buffered message operations."],["The `GetProjectBillingInfoRequest` class has a `Name` property, which is a string that is a required field, used to specify the project's resource name for which billing details are being fetched."],["The class inherits from `Object` and has inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` along with having two constructors."]]],[]]