public sealed class GetProjectBillingInfoRequest : IMessage<GetProjectBillingInfoRequest>, IEquatable<GetProjectBillingInfoRequest>, IDeepCloneable<GetProjectBillingInfoRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Billing v1 API class GetProjectBillingInfoRequest.
[[["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."],[[["This document provides reference documentation for the `GetProjectBillingInfoRequest` class within the Google Cloud Billing v1 API."],["The latest version of this class is 3.9.0, and previous versions back to 2.2.0 are also documented, including their individual pages."],["`GetProjectBillingInfoRequest` is used to retrieve billing information for a specified project and implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class contains properties like `Name` (a string) and `ProjectName` (a `ProjectName` type), which specify the project for which billing information is being requested."],["This class also includes constructors, `GetProjectBillingInfoRequest()` and `GetProjectBillingInfoRequest(GetProjectBillingInfoRequest other)`, for creating instances of this message."]]],[]]