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 document provides reference information for the `GetBillingAccountRequest` class within the Google Cloud Billing v1 API, specifically version 3.6.0, and links to other versions as well."],["The `GetBillingAccountRequest` class is used to define a request for retrieving billing account information, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and another that copies an existing `GetBillingAccountRequest` object."],["The class contains two properties: `BillingAccountName`, which provides a strongly-typed view of the billing account name, and `Name`, a string field representing the billing account's resource name (e.g., `billingAccounts/012345-567890-ABCDEF`)."],["The latest version of this class is version 3.9.0, with documentation available, and older versions of this class are also accessible ranging from 3.8.0 down to 2.2.0."]]],[]]