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 documentation for the `GetBillingAccountRequest` class within the Google Cloud Billing v1 API, specifically for version 3.4.0."],["The `GetBillingAccountRequest` class is used to request the details of a specific billing account, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `BillingAccountName` (typed view) and `Name` (string), with `Name` being a required field specifying the resource name of the billing account to retrieve."],["There are two constructors available for `GetBillingAccountRequest`, one default constructor and one that accepts another `GetBillingAccountRequest` object for copying."],["Multiple versions are available for the API, from 2.2.0 up to the latest 3.9.0, showing a list of all different versions of the `GetBillingAccountRequest`."]]],[]]