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-03-21 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 linked documentation."],["`GetBillingAccountRequest` is a request message used to retrieve a specific billing account and implements multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes constructors and properties like `BillingAccountName` and `Name` to set and retrieve the name of the billing account."],["The `Name` property is required and represents the resource name of the billing account, formatted as `billingAccounts/012345-567890-ABCDEF`."]]],[]]