public sealed class QueryEligibleBillingAccountsResponse : IMessage<QueryEligibleBillingAccountsResponse>, IEquatable<QueryEligibleBillingAccountsResponse>, IDeepCloneable<QueryEligibleBillingAccountsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class QueryEligibleBillingAccountsResponse.
Response message for QueryEligibleBillingAccounts.
public RepeatedField<SkuPurchaseGroup> SkuPurchaseGroups { get; }
List of SKU purchase groups where each group represents a set of SKUs that
must be purchased using the same billing account. Each SKU from
[QueryEligibleBillingAccountsRequest.skus] will appear in exactly one SKU
group.
[[["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 reference documentation for the `QueryEligibleBillingAccountsResponse` class in the Google Cloud Channel v1 API, specifically for .NET developers."],["The latest version available is 2.14.0, and the page details version 2.11.0 alongside a list of other available versions from 1.0.0 to 2.14.0."],["The `QueryEligibleBillingAccountsResponse` class, used for the response message of `QueryEligibleBillingAccounts`, inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties like `SkuPurchaseGroups`, which is a list of SKU purchase groups where each represents a set of SKUs purchased using the same billing account."],["Constructors are provided for creating instances of the class, either with no parameters or by copying from an existing `QueryEligibleBillingAccountsResponse` object."]]],[]]