public sealed class GetBillingAccountRequest : IMessage<GetBillingAccountRequest>, IEquatable<GetBillingAccountRequest>, IDeepCloneable<GetBillingAccountRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Billing v1 API class GetBillingAccountRequest.
[[["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 webpage provides documentation for the `GetBillingAccountRequest` class within the Google Cloud Billing v1 API for .NET."],["The latest version available is 3.9.0, with previous versions listed, down to 2.2.0, accessible through the documentation navigation."],["`GetBillingAccountRequest` is a class used to request a specific billing account, and it implements multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `GetBillingAccountRequest` class has a `BillingAccountName` property for a typed view of the resource name and a `Name` property to specify the billing account resource name to retrieve."],["The `GetBillingAccountRequest` class provides two constructors: a default parameterless one, and another which accepts an existing `GetBillingAccountRequest` for creating a new one based on it."]]],[]]