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-04-17 UTC."],[[["This document provides reference documentation for the `GetProjectBillingInfoRequest` class within the Google Cloud Billing v1 API, specifically for version 3.8.0."],["The `GetProjectBillingInfoRequest` class is used to request billing information for a specific project and is the request message for the `GetProjectBillingInfo` method."],["The class includes properties like `Name`, which is a string representing the project's resource name, and `ProjectName`, which offers a typed view of the resource name."],["This class has also been implemented with `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from `object` and including methods like `GetHashCode`, `GetType`, and `ToString`."],["Multiple versions of this documentation are available, ranging from version 2.2.0 to the latest version 3.9.0."]]],[]]