public sealed class SubscriptionConfig : IMessage<SubscriptionConfig>, IEquatable<SubscriptionConfig>, IDeepCloneable<SubscriptionConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the GDC Hardware Management v1alpha API class SubscriptionConfig.
[[["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."],[[["The `SubscriptionConfig` class in the GDC Hardware Management v1alpha API represents a message for storing a subscription configuration."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities."],["The `SubscriptionConfig` class provides properties such as `BillingId`, `State`, and `SubscriptionId`, which hold information about the billing ID, current state, and the unique identifier of the subscription, respectively."],["There are two available constructors for creating `SubscriptionConfig` objects: a default constructor and one that takes another `SubscriptionConfig` object as a parameter for copying."],["The documentation provides links for the latest version of the `SubscriptionConfig` class (1.0.0-alpha04) and a previous version (1.0.0-alpha03), allowing users to review the different iterations."]]],[]]