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 information for the `GetProjectBillingInfoRequest` class within the Google Cloud Billing v1 API, specifically for version 3.2.0."],["The `GetProjectBillingInfoRequest` class is used to request billing information for a project, as indicated by the message \"Request message for `GetProjectBillingInfo`\"."],["The latest version available of this API is 3.9.0, with older versions available dating back to 2.2.0."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities like message handling, equality comparison, and deep cloning."],["The main property of this class is `Name`, which takes a `string` value that is a required field representing the resource name of the project that needs its billing information retrieved."]]],[]]