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-09 UTC."],[[["This document provides reference documentation for the `GetProjectBillingInfoRequest` class within the Google Cloud Billing v1 API for .NET."],["The latest version of the API is 3.9.0, but documentation is also available for versions ranging from 3.8.0 down to 2.2.0, including the current page's version of 3.7.0."],["`GetProjectBillingInfoRequest` is used to request billing information for a specific project and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Name` (a string) and `ProjectName` (a `ProjectName`-typed view), which are required to identify the project."],["The `GetProjectBillingInfoRequest` class offers two constructors, one default and another to copy the values of an existing instance."]]],[]]