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 page provides reference documentation for the `GetBillingAccountRequest` class within the Google Cloud Billing v1 API for .NET."],["The `GetBillingAccountRequest` class is used to request information about a specific billing account, identified by its resource name."],["The latest version of the API is 3.9.0, but the documentation covers versions back to 2.2.0, providing links to each version's reference."],["The `GetBillingAccountRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has constructors for creating new instances."],["Key properties of `GetBillingAccountRequest` include `Name` (a string representing the resource name) and `BillingAccountName` which is a strongly-typed view over the `Name` property."]]],[]]